StreamOptionsFlag 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 StreamOptionsFlag.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamOptionsFlagConverter))]
public struct StreamOptionsFlag : IEquatable<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.StreamOptionsFlagConverter))>]
type StreamOptionsFlag = struct
Public Structure StreamOptionsFlag
Implements IEquatable(Of StreamOptionsFlag)
- Inheritance
-
StreamOptionsFlag
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Default |
Live streaming with no special latency optimizations. |
LowLatency |
The live event provides lower end to end latency by reducing its internal buffers. |
LowLatencyV2 |
The live event is optimized for end to end latency. This option is only available for encoding live events with RTMP input. The outputs can be streamed using HLS or DASH formats. The outputs' archive or DVR rewind length is limited to 6 hours. Use "LowLatency" stream option for all other scenarios. |
Methods
Equals(Object) |
Overrides Equals operator for StreamOptionsFlag |
Equals(StreamOptionsFlag) |
Compares enums of type StreamOptionsFlag |
GetHashCode() |
Returns for hashCode StreamOptionsFlag |
ToString() |
Returns string representation for StreamOptionsFlag |
Operators
Equality(StreamOptionsFlag, StreamOptionsFlag) |
Overriding == operator for enum StreamOptionsFlag |
Implicit(StreamOptionsFlag to String) |
Implicit operator to convert StreamOptionsFlag to string |
Implicit(String to StreamOptionsFlag) |
Implicit operator to convert string to StreamOptionsFlag |
Inequality(StreamOptionsFlag, StreamOptionsFlag) |
Overriding != operator for enum StreamOptionsFlag |