MediaPlaybackTimedMetadataTrackList.SetPresentationMode | setPresentationMode method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

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

Syntax

mediaPlaybackTimedMetadataTrackList.setPresentationMode(index, value);
public void SetPresentationMode(
  uint index, 
  TimedMetadataTrackPresentationMode value
)
Public Sub SetPresentationMode(
  index As UInteger,  
  value As TimedMetadataTrackPresentationMode 
)
public:
void SetPresentationMode(
  unsigned int index, 
  TimedMetadataTrackPresentationMode value
)

Parameters

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Mobile Insider Preview

Namespace

Windows.Media.Playback Windows::Media::Playback [C++]

Metadata

Windows.winmd

See also

MediaPlaybackTimedMetadataTrackList