FLVSoundRate
public enum FLVSoundRate : UInt8
The type of flv supports audio sound rates.
-
The sound rate of 5,500.0kHz.
Declaration
Swift
case kHz5_5 = 0
-
Ths sound rate of 11,000.0kHz.
Declaration
Swift
case kHz11 = 1
-
The sound rate of 22,050.0kHz.
Declaration
Swift
case kHz22 = 2
-
Ths sound rate of 44,100.0kHz.
Declaration
Swift
case kHz44 = 3
-
The float typed value.
Declaration
Swift
public var floatValue: Float64 { get }