PlayerStateInfo.PlaybackState Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the playback state of a media player.
Namespace: Microsoft.Web.Media.SmoothStreaming
Assembly: Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)
Syntax
'Declaration
Public Property PlaybackState As PlaybackState
Get
Set
'Usage
Dim instance As PlayerStateInfo
Dim value As PlaybackState
value = instance.PlaybackState
instance.PlaybackState = value
public PlaybackState PlaybackState { get; set; }
public:
property PlaybackState PlaybackState {
PlaybackState get ();
void set (PlaybackState value);
}
function get PlaybackState () : PlaybackState
function set PlaybackState (value : PlaybackState)
Property Value
Type: Microsoft.Web.Media.SmoothStreaming.PlaybackState
A PlaybackState object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).