enum RemiAudio::Drivers::PortAudio::SampleFormat
Defined in:
remiaudio/drivers/port-bindings.crEnum Members
-
Float32 =
1_u64
-
Int32 =
2_u64
-
Int24 =
4_u64
-
Int16 =
8_u64
-
Int8 =
16_u64
-
UInt8 =
32_u64
-
None =
0_u64
-
All =
63_u64
Instance Method Summary
- #float32?
- #int16?
- #int24?
- #int32?
- #int8?
- #none?
-
#sampleSize : Int
Retrieves the size of a single sample for this
SampleFormat
. - #u_int8?