Skip to main content

Module v4

Module v4 

Source

Re-exports§

pub use fcast_flatbuffers::fcast::v4 as flat;
pub use fcast_flatbuffers::fcast::v4::PlaybackState;
pub use flatbuffers;

Modules§

fcast_flatbuffers

Structs§

ConstructedMessage
DeviceInfo
MediaItem
MediaTrack
MessageBuilder

Enums§

MediaTrackMetadata
MetaValue
A custom metadata value, mirroring the flatbuffer GenericMetaValue union one-to-one. Used for MediaItem::extra_metadata so sender-supplied fields map directly onto the wire representation with no lossy conversion.
Metadata
QueuePosition

Constants§

MAX_PACKET_SIZE

Functions§

read_extra_metadata
Read a MediaItem’s extra_metadata into a map, or None when the item carries none. Inverse of MessageBuilder::build_extra_metadata.