size_in_bytes property
size_in_bytes property
Gets or sets the size of the audio file in bytes, excluding the ID3v2 tag, represented as a numeric string. This value is represented by the TSIZ frame.
Definition:
@property
def size_in_bytes(self):
...
@size_in_bytes.setter
def size_in_bytes(self, value):
...
See Also
- module
groupdocs.metadata.formats.audio - class
ID3V2Tag