StreamingPath Class

Definition

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