MediaPlaybackTimedMetadataTrackList.GetPresentationMode(UInt32) 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.
Gets the presentation mode of the timed metadata track with the specified index.
public:
virtual TimedMetadataTrackPresentationMode GetPresentationMode(unsigned int index) = GetPresentationMode;
TimedMetadataTrackPresentationMode GetPresentationMode(uint32_t const& index);
public TimedMetadataTrackPresentationMode GetPresentationMode(uint index);
function getPresentationMode(index)
Public Function GetPresentationMode (index As UInteger) As TimedMetadataTrackPresentationMode
Parameters
- index
-
UInt32
unsigned int
uint32_t
The index of the timed metadata track for which the presentation mode is queried.
Returns
The presentation mode.