Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Applies to

See also


Feedback

Was this page helpful?