StreamInfo class
flac stream info block type
Constructors
- StreamInfo(bool isLast, Uint8List rawData, int dataLength)
- create StreamInfo
Properties
- bitsPerSample ↔ int
-
getter/setter pair
- blockType ↔ BlockType
-
getter/setter pairinherited
- channels ↔ int
-
getter/setter pair
- dataLength ↔ int
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLast ↔ bool
-
getter/setter pairinherited
- maxBlockSize ↔ int
-
getter/setter pair
- maxFrameSize ↔ int
-
getter/setter pair
- md5sum ↔ String
-
getter/setter pair
- minBlockSize ↔ int
-
getter/setter pair
- minFrameSize ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRate ↔ int
-
getter/setter pair
- totalSamples ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- BITS_PER_SAMPLE_SIZE → const int
- CHANNELS_SIZE → const int
- MAX_BLOCK_SIZE → const int
- MAX_FRAME_SIZE → const int
- MD5SUM_SIZE → const int
- MIN_BLOCK_SIZE → const int
- MIN_FRAME_SIZE → const int
- SAMPLE_RATE → const int
- TOTAL_SAMPLES_SIZE → const int