MediaBreak.PresentationPosition Property
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.
Gets the position within the playback of a MediaPlaybackItem at which the MediaBreak will be played.
public:
property IReference<TimeSpan> ^ PresentationPosition { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> PresentationPosition();
public System.Nullable<System.TimeSpan> PresentationPosition { get; }
var iReference = mediaBreak.presentationPosition;
Public ReadOnly Property PresentationPosition As Nullable(Of TimeSpan)
Property Value
The position within the playback of a MediaPlaybackItem that the MediaBreak will be played.