Class Muxing
Muxing
Inheritance
System.Object
Muxing
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class Muxing : BitmovinResource
Properties
AvgBitrate
Average bitrate. Available after encoding finishes.
Declaration
public long? AvgBitrate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
IgnoredBy
If this is set and contains objects, then this muxing has been ignored during the encoding process
Declaration
public List<Ignoring> IgnoredBy { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Ignoring> |
MaxBitrate
Max bitrate. Available after encoding finishes.
Declaration
public long? MaxBitrate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
MinBitrate
Min bitrate. Available after encoding finishes.
Declaration
public long? MinBitrate { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Outputs
Outputs
Declaration
public List<EncodingOutput> Outputs { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EncodingOutput> |
StreamConditionsMode
Specifies how to handle streams that don't fulfill stream conditions
Declaration
public StreamConditionsMode? StreamConditionsMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<StreamConditionsMode> |
Streams
Streams
Declaration
public List<MuxingStream> Streams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MuxingStream> |