StreamingPath Constructors

Definition

Overloads

StreamingPath()

Initializes a new instance of the StreamingPath class.

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Initializes a new instance of the StreamingPath class.

StreamingPath()

Initializes a new instance of the StreamingPath class.

public StreamingPath ();
Public Sub New ()

Applies to

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Initializes a new instance of the StreamingPath class.

public StreamingPath (Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol streamingProtocol, Microsoft.Azure.Management.Media.Models.EncryptionScheme encryptionScheme, System.Collections.Generic.IList<string> paths = default);
new Microsoft.Azure.Management.Media.Models.StreamingPath : Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol * Microsoft.Azure.Management.Media.Models.EncryptionScheme * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.StreamingPath
Public Sub New (streamingProtocol As StreamingPolicyStreamingProtocol, encryptionScheme As EncryptionScheme, Optional paths As IList(Of String) = Nothing)

Parameters

streamingProtocol
StreamingPolicyStreamingProtocol

Streaming protocol. Possible values include: 'Hls', 'Dash', 'SmoothStreaming', 'Download'

encryptionScheme
EncryptionScheme

Encryption scheme. Possible values include: 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs'

paths
IList<String>

Streaming paths for each protocol and encryptionScheme pair

Applies to