MediaPlaybackTimedMetadataTrackList.SetPresentationMode Method

Definition

Sets the presentation mode of the timed metadata track with the specified index.

public:
 virtual void SetPresentationMode(unsigned int index, TimedMetadataTrackPresentationMode value) = SetPresentationMode;
void SetPresentationMode(uint32_t const& index, TimedMetadataTrackPresentationMode const& value);
public void SetPresentationMode(uint index, TimedMetadataTrackPresentationMode value);
function setPresentationMode(index, value)
Public Sub SetPresentationMode (index As UInteger, value As TimedMetadataTrackPresentationMode)

Parameters

index
UInt32

unsigned int

uint32_t

The index of the timed metadata track for which the presentation mode is set.

value
TimedMetadataTrackPresentationMode

The presentation mode to set.

Applies to