MediaBreak.PresentationPosition Property

Definition

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.

Applies to