MediaPlaybackTimedMetadataTrackList.GetPresentationMode(UInt32) Method

Definition

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.

Applies to