PrepareTranscodeResult.TranscodeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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