StreamingLocatorContentKey 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 for content key in Streaming Locator
public class StreamingLocatorContentKey
type StreamingLocatorContentKey = class
Public Class StreamingLocatorContentKey
- Inheritance
-
StreamingLocatorContentKey
Constructors
StreamingLocatorContentKey() |
Initializes a new instance of the StreamingLocatorContentKey class. |
StreamingLocatorContentKey(Guid, StreamingLocatorContentKeyType, String, String, String, IList<TrackSelection>) |
Initializes a new instance of the StreamingLocatorContentKey class. |
Properties
Id |
Gets or sets ID of Content Key |
LabelReferenceInStreamingPolicy |
Gets or sets label of Content Key as specified in the Streaming Policy |
PolicyName |
Gets contentKeyPolicy used by Content Key |
Tracks |
Gets tracks which use this Content Key |
Type |
Gets encryption type of Content Key. Possible values include: 'CommonEncryptionCenc', 'CommonEncryptionCbcs', 'EnvelopeEncryption' |
Value |
Gets or sets value of Content Key |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET