OriginSettings.Playback Property
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Playback settings.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Property Playback As PlaybackEndpointSettings
Get
Set
'Usage
Dim instance As OriginSettings
Dim value As PlaybackEndpointSettings
value = instance.Playback
instance.Playback = value
public PlaybackEndpointSettings Playback { get; set; }
public:
property PlaybackEndpointSettings^ Playback {
PlaybackEndpointSettings^ get ();
void set (PlaybackEndpointSettings^ value);
}
member Playback : PlaybackEndpointSettings with get, set
function get Playback () : PlaybackEndpointSettings
function set Playback (value : PlaybackEndpointSettings)
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.PlaybackEndpointSettings