OggHeader class

Class representing the header data from the Ogg file.

Constructors

OggHeader({required int channelMap, required int channels, required int outputGain, required int preSkip, required int sampleRate, required int version})

Properties

channelMap int
Channel map.
getter/setter pair
channels int
Number of channels.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputGain int
Output gain.
getter/setter pair
preSkip int
Pre-skip.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate int
Sample rate.
getter/setter pair
version int
Version.
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.
inherited

Operators

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