MP3Header :: size - MP3 Header size
The MP3 header size includes the size used for header frames and extended header, but not the 10 bytes header size.
Return value: Size ( int32 )
Size of the instance or property area. For string objects, the size is usually measured in units.
Implementation overview
- Get current MP3 header size
MP3Header :: size (  ) - Change header size
MP3Header :: size ( iSize )
Implementation details
- to list
-
Change header size
int32 MP3Header  :: size ( int32 iSize )
The function changes the header size to the value passed in iSize. When the MP3 header is not valid or when the size is less than 10, the function does nothing.
- iSize
- Size
Size of the instance or property area. For string objects, the size is usually measured in units.
to list
- iSize
- Size