OggMetadata class final

Combines metadata from Ogg container format, including Opus and Vorbis specific information

Constructors

OggMetadata({required String vendor, required int commentsCount, required Map<String, String> comments, required VorbisInfo vorbisInfo, required OpusInfo opusInfo, required FlacInfo flacInfo})
Creates a new OggMetadata instance with the metadata fields

Properties

comments Map<String, String>
Key-value pairs of metadata comments (e.g., ARTIST, TITLE, etc.)
getter/setter pair
commentsCount int
Number of metadata comments in the Ogg container
getter/setter pair
flacInfo FlacInfo
Detailed information about the Flac audio stream configuration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
opusInfo OpusInfo
Detailed information about the Opus audio stream configuration
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vendor String
The vendor string identifying the software used to encode the audio
getter/setter pair
vorbisInfo VorbisInfo
Detailed information about the Vorbis audio stream configuration
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
toStringWithFormat(DetectedType format) String
Returns a string representation of the metadata with the specified format

Operators

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