Id3v2Frame class

Inheritance

Constructors

Id3v2Frame(Id3Header header, Id3v2FrameHeader frameHeader, FrameContent<FrameContentModel> frameContent)
const

Properties

frameContent FrameContent<FrameContentModel>
no setterinherited
frameHeader Id3v2FrameHeader
no setterinherited
frameSize int
The total framesize inclusive header
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

encode() List<int>
Converts the Frame to a List of int
override
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

Static Methods

decode(Id3Header header, List<int> bytes, int startIndex) Id3v2Frame?