Re-exports§
pub use fcast_flatbuffers::fcast::v4 as flat;pub use fcast_flatbuffers::fcast::v4::PlaybackState;pub use flatbuffers;
Modules§
Structs§
Enums§
- Media
Track Metadata - Meta
Value - A custom metadata value, mirroring the flatbuffer
GenericMetaValueunion one-to-one. Used forMediaItem::extra_metadataso sender-supplied fields map directly onto the wire representation with no lossy conversion. - Metadata
- Queue
Position
Constants§
Functions§
- read_
extra_ metadata - Read a
MediaItem’sextra_metadatainto a map, orNonewhen the item carries none. Inverse ofMessageBuilder::build_extra_metadata.