PrepareTranscodeResult.TranscodeAsync Method
Definition
Creates an object to perform an asynchronous media transcode operation on media data.
public:
virtual IAsyncActionWithProgress<double> ^ TranscodeAsync() = TranscodeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncActionWithProgress<double> TranscodeAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncActionWithProgress<double> TranscodeAsync();
function transcodeAsync()
Public Function TranscodeAsync () As IAsyncActionWithProgress(Of Double)
Returns
An object that is used to control the asynchronous operation.
- Attributes