enum RemiAudio::SampleFormat
Overview
Used to describe the format of a sample when it may be ambiguous.
Defined in:
remiaudio/common.crEnum Members
-
F64 =
0
-
F32 =
1
-
I64 =
2
-
I32 =
3
-
I24 =
4
-
I16 =
5
-
I8 =
6
-
I12
-
U8 =
7
Instance Method Summary
- #f32?
- #f64?
-
#getBits
Returns the number of bits that this format represents.
-
#getClass : Class
Returns the class that is expected to store this format.
- #i16?
- #i24?
- #i32?
- #i64?
- #i8?
- #makeArray(size : Int) : SampleData
- #u8?