PredefinedStreamingPolicy Struct
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.
Defines values for PredefinedStreamingPolicy.
public struct PredefinedStreamingPolicy : IEquatable<Microsoft.Azure.Management.Media.PredefinedStreamingPolicy>
type PredefinedStreamingPolicy = struct
Public Structure PredefinedStreamingPolicy
Implements IEquatable(Of PredefinedStreamingPolicy)
- Inheritance
-
PredefinedStreamingPolicy
- Implements
Fields
ClearKey |
Predefined Streaming Policy which supports envelope encryption |
ClearStreamingOnly |
Predefined Streaming Policy which supports clear streaming only |
DownloadAndClearStreaming |
Predefined Streaming Policy which supports download and clear streaming |
DownloadOnly |
Predefined Streaming Policy which supports download only |
MultiDrmCencStreaming |
Predefined Streaming Policy which supports envelope and cenc encryption |
MultiDrmStreaming |
Predefined Streaming Policy which supports clear key, cenc and cbcs encryption |
Methods
Equals(Object) |
Overrides Equals operator for PredefinedStreamingPolicy |
Equals(PredefinedStreamingPolicy) |
Compares enums of type PredefinedStreamingPolicy |
GetHashCode() |
Returns for hashCode PredefinedStreamingPolicy |
ToString() |
Returns string representation for PredefinedStreamingPolicy |
Operators
Equality(PredefinedStreamingPolicy, PredefinedStreamingPolicy) |
Overriding == operator for enum PredefinedStreamingPolicy |
Implicit(PredefinedStreamingPolicy to String) |
Implicit operator to convert PredefinedStreamingPolicy to string |
Implicit(String to PredefinedStreamingPolicy) |
Implicit operator to convert string to PredefinedStreamingPolicy |
Inequality(PredefinedStreamingPolicy, PredefinedStreamingPolicy) |
Overriding != operator for enum PredefinedStreamingPolicy |
Applies to
Azure SDK for .NET