MediaBreakManager.PlayBreak(MediaBreak) 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.
Directs the MediaPlayer to begin playing the specified MediaBreak immediately.
public:
virtual void PlayBreak(MediaBreak ^ value) = PlayBreak;
void PlayBreak(MediaBreak const& value);
public void PlayBreak(MediaBreak value);
function playBreak(value)
Public Sub PlayBreak (value As MediaBreak)
Parameters
- value
- MediaBreak
The MediaBreak to be played.