Note

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

Access to this page requires authorization. You can try .

TimedMetadataTrack.TimedMetadataKind Property

Definition

Namespace:
Windows.Media.Core

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.

Gets a value indicating the kind of metadata contained in the track.

public:
 property TimedMetadataKind TimedMetadataKind { TimedMetadataKind get(); };
TimedMetadataKind TimedMetadataKind();
public TimedMetadataKind TimedMetadataKind { get; }
var timedMetadataKind = timedMetadataTrack.timedMetadataKind;
Public ReadOnly Property TimedMetadataKind As TimedMetadataKind

Property Value

A value indicating the kind of metadata contained in the track.

Remarks

You can specify a value for the TimedMetadataKind property in the TimedMetadataTrack constructor.

Applies to


Feedback

Was this page helpful?