MediaProcessingTriggerDetails Class

Definition

Provides a media processing background task access to the set of arguments supplied in the call to MediaProcessingTrigger.RequestAsync.

public ref class MediaProcessingTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaProcessingTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaProcessingTriggerDetails
Public NotInheritable Class MediaProcessingTriggerDetails
Inheritance
Object Platform::Object IInspectable MediaProcessingTriggerDetails
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by casting the TriggerDetails property of the IBackgroundTaskInstance object, which is passed into the Run method of your background task, to a MediaProcessingTriggerDetails object.

Properties

Arguments

Gets a value set containing the arguments supplied in the call to MediaProcessingTrigger.RequestAsync.

Applies to