SpeechSynthesisStream.Markers Property

Gets the collection of timeline markers associated with SpeechSynthesisStream.

Syntax

public:
property IVectorView<IMediaMarker^ >^ Markers {
         IVectorView<IMediaMarker^ >^ get ();
}  

Property value

Type: IVectorView<IMediaMarker^ > 

  When this method completes successfully, it returns a collection of IMediaMarker objects that represent the timeline markers in the stream.

Requirements

Namespace: Windows.Media.SpeechSynthesis

Assembly: (in )

See also

Reference

SpeechSynthesisStream Class

SpeechSynthesisStream Members

Windows.Media.SpeechSynthesis Namespace