Show / Hide Table of Contents

Class MuxingInformationAudioTrack

MuxingInformationAudioTrack

Inheritance
System.Object
MuxingInformationAudioTrack
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 MuxingInformationAudioTrack

Properties

BitRate

The bitrate of the audio track

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

Channels

The number of channels in this audio stream

Declaration
public int? Channels { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Codec

The codec used for the track

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

CodecIso

The codec string of the track

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

Duration

The duration in seconds

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

Index

The stream index in the container

Declaration
public int? Index { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Rate

Rate

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

SampleRate

The sampling rate of the audio stream

Declaration
public int? SampleRate { get; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Generated by DocFX