StreamingPath Constructors
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.
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'
Applies to
Azure SDK for .NET