MediaBreakManager.PlaybackSession 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 MediaPlaybackSession associated with the MediaBreakManager.
public:
property MediaPlaybackSession ^ PlaybackSession { MediaPlaybackSession ^ get(); };
MediaPlaybackSession PlaybackSession();
public MediaPlaybackSession PlaybackSession { get; }
var mediaPlaybackSession = mediaBreakManager.playbackSession;
Public ReadOnly Property PlaybackSession As MediaPlaybackSession
Property Value
The MediaPlaybackSession associated with the MediaBreakManager.