Show / Hide Table of Contents

Class FragmentedMuxingInformation

FragmentedMuxingInformation

Inheritance
System.Object
FragmentedMuxingInformation
Fmp4MuxingInformation
PackedAudioMuxingInformation
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 FragmentedMuxingInformation

Properties

AudioTracks

Information about the audio tracks in the container

Declaration
public List<MuxingInformationAudioTrack> AudioTracks { get; }
Property Value
Type Description
System.Collections.Generic.List<MuxingInformationAudioTrack>

ContainerBitrate

The bitrate of the container if available (tracks + container overhead)

Declaration
public long? ContainerBitrate { get; }
Property Value
Type Description
System.Nullable<System.Int64>

ContainerFormat

The container format used

Declaration
public string ContainerFormat { get; }
Property Value
Type Description
System.String

Duration

The duration of the container in seconds

Declaration
public double? Duration { get; }
Property Value
Type Description
System.Nullable<System.Double>

FileSize

The file size of the muxing in bytes

Declaration
public long? FileSize { get; }
Property Value
Type Description
System.Nullable<System.Int64>

MimeType

The mime type of the muxing

Declaration
public string MimeType { get; }
Property Value
Type Description
System.String

VideoTracks

Information about the video tracks in the container

Declaration
public List<MuxingInformationVideoTrack> VideoTracks { get; }
Property Value
Type Description
System.Collections.Generic.List<MuxingInformationVideoTrack>
Back to top Generated by DocFX