Creates a new PCST frame with the fixed iTunes podcast marker payload.
Gets the frame identifier from the header.
Gets the frame's header object.
Gets the payload size in bytes from the header.
ProtectedparseNo fields to parse; the payload is ignored.
Raw field bytes (ignored).
ID3v2 version (ignored).
Render the complete frame (header + fields) for the given version.
Optionalversion: numberProtectedrenderSerialises the frame as a fixed 4-byte zero-filled payload.
ID3v2 version (ignored).
Always returns a 4-byte zero-filled ByteVector.
Returns the frame identifier string.
The string "PCST".
Protected StaticfieldExtract the raw field data from a complete frame blob.
This handles unsynchronisation decoding, data-length indicators, and (stubbed) decompression.
StaticfromInternalCreate from raw frame data.
Podcast frame (PCST) – an iTunes-specific marker frame.
This is a simple frame with a fixed 4-byte payload of 0x00000000.