Constructs an Announce message.
The request ID for this announce message.
The track namespace as a Tuple.
The list of key-value parameters for the track.
Readonly
parametersThe list of key-value parameters for the track.
Readonly
requestThe request ID for this announce message.
Readonly
trackThe track namespace as a Tuple.
Gets the message type for this Announce message.
The ControlMessageType.Announce value.
Serializes the Announce message into a FrozenByteBuffer.
The serialized buffer.
:LengthExceedsMaxError If the payload exceeds 65535 bytes.
Static
parseParses an Announce message from the given buffer.
The buffer to parse from.
The parsed Announce message.
:NotEnoughBytesError If the buffer does not contain enough bytes.
Represents a protocol Announce message, used to announce a track and its parameters.