AudioSampleRateType enum

The audio sampling rate of the stream to be pushed to the CDN.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

AudioSampleRateType()
const

Values

audioSampleRate32000 → const AudioSampleRateType

32000: 32 kHz

audioSampleRate44100 → const AudioSampleRateType

44100: 44.1 kHz

audioSampleRate48000 → const AudioSampleRateType

48000: (Default) 48 kHz

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AudioSampleRateType>
A constant List of the values in this enum, in order of their declaration.