MetadataV2p4Body class

Inheritance

Constructors

MetadataV2p4Body({String? title, String? artist, String? album, String? encoding, List<int>? imageBytes, Map<String, String>? userDefines})
const

Properties

album String?
TALBAlbum/Movie/Show title
final
artist String?
TPE1Lead performer(s)/Soloist(s)
final
encoding String?
TSSESoftware/Hardware and settings used for encoding
final
hashCode int
The hash code for this object.
no setterinherited
imageBytes List<int>?
APICAttached picture Support PNG, JPEG, TIFF, GIF, BMP
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
TIT2Title/songname/content description
final
userDefines Map<String, String>?
TXXXUser defined text information frame
final

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