TimedMetadataTrack.TimedMetadataKind Property
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.
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.