ITimedMetadataTrackProvider Interface

Definition

Defines the interface implemented by a custom stream that provides metadata tracks.

public interface class ITimedMetadataTrackProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.Guid(998187044, 63310, 19166, 147, 197, 33, 157, 160, 91, 104, 86)]
struct ITimedMetadataTrackProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.Guid(998187044, 63310, 19166, 147, 197, 33, 157, 160, 91, 104, 86)]
public interface ITimedMetadataTrackProvider
Public Interface ITimedMetadataTrackProvider
Derived
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

Streams implement this interface to provide metadata tracks when passed into MediaSource.CreateFromStream.

Properties

TimedMetadataTracks

Gets the list of timed metadata tracks provided by the object that implements this interface.

Applies to