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
index
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]The index of the timed metadata track for which the presentation mode is set.
value
Type: TimedMetadataTrackPresentationModeThe presentation mode to set.
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 |