Show / Hide Table of Contents

Class AudioStream

AudioStream

Inheritance
System.Object
BitmovinResponse
MediaStream
AudioStream
Inherited Members
MediaStream.Position
MediaStream.Duration
MediaStream.Codec
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 AudioStream : MediaStream

Properties

Bitrate

Bitrate in bps

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

ChannelFormat

Audio channel format

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

HearingImpaired

Hearing impaired support

Declaration
public bool? HearingImpaired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Language

Language of the stream

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

Rate

Bitrate in bps

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

SampleRate

Audio sampling rate in Hz

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