Show / Hide Table of Contents

Class Muxing

Muxing

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Muxing
BroadcastTsMuxing
ChunkedTextMuxing
CmafMuxing
Fmp4Muxing
Mp3Muxing
Mp4Muxing
MxfMuxing
PackedAudioMuxing
ProgressiveMovMuxing
ProgressiveTsMuxing
ProgressiveWebmMuxing
SegmentedRawMuxing
TextMuxing
TsMuxing
WebmMuxing
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
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>
Back to top Generated by DocFX