StreamingPath Class
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.
Class of paths for streaming
public class StreamingPath
type StreamingPath = class
Public Class StreamingPath
- Inheritance
-
StreamingPath
Constructors
StreamingPath() |
Initializes a new instance of the StreamingPath class. |
StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>) |
Initializes a new instance of the StreamingPath class. |
Properties
EncryptionScheme |
Gets or sets encryption scheme. Possible values include: 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs' |
Paths |
Gets or sets streaming paths for each protocol and encryptionScheme pair |
StreamingProtocol |
Gets or sets streaming protocol. Possible values include: 'Hls', 'Dash', 'SmoothStreaming', 'Download' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET