MediaPlaybackTimedMetadataTrackList.SetPresentationMode 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.
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.
The presentation mode to set.