Skip to main content

Module message

Module message 

Source
Expand description

Control message types with encode/decode. Draft-08 control message encoding and decoding.

Structs§

Announce
ANNOUNCE message (type 0x06).
AnnounceCancel
ANNOUNCE_CANCEL message (type 0x0C).
AnnounceError
ANNOUNCE_ERROR message (type 0x08).
AnnounceOk
ANNOUNCE_OK message (type 0x07).
ClientSetup
CLIENT_SETUP message (type 0x40).
Fetch
FETCH message (type 0x16).
FetchCancel
FETCH_CANCEL message (type 0x17).
FetchError
FETCH_ERROR message (type 0x19).
FetchOk
FETCH_OK message (type 0x18).
GoAway
GOAWAY message (type 0x10).
MaxSubscribeId
MAX_SUBSCRIBE_ID message (type 0x15).
ServerSetup
SERVER_SETUP message (type 0x41).
Subscribe
SUBSCRIBE message (type 0x03).
SubscribeAnnounces
SUBSCRIBE_ANNOUNCES message (type 0x11).
SubscribeAnnouncesError
SUBSCRIBE_ANNOUNCES_ERROR message (type 0x13).
SubscribeAnnouncesOk
SUBSCRIBE_ANNOUNCES_OK message (type 0x12).
SubscribeDone
SUBSCRIBE_DONE message (type 0x0B).
SubscribeError
SUBSCRIBE_ERROR message (type 0x05).
SubscribeOk
SUBSCRIBE_OK message (type 0x04).
SubscribeUpdate
SUBSCRIBE_UPDATE message (type 0x02).
SubscribesBlocked
SUBSCRIBES_BLOCKED message (type 0x1A).
TrackStatus
TRACK_STATUS message (type 0x0E).
TrackStatusRequest
TRACK_STATUS_REQUEST message (type 0x0D).
Unannounce
UNANNOUNCE message (type 0x09).
Unsubscribe
UNSUBSCRIBE message (type 0x0A).
UnsubscribeAnnounces
UNSUBSCRIBE_ANNOUNCES message (type 0x14).

Enums§

ControlMessage
A decoded MoQT control message (draft-08).
FetchType
Fetch type for FETCH message (draft-08).
MessageType
Control message type IDs (draft-08).