class pixeltable.functions.ContainerMetadata
Metadata for a media container, as returned byaudio.get_metadata()
or video.get_metadata().
attr bit_exact
attr bit_rate
None if unknown.
attr metadata
attr size
None if unknown.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
audio.get_metadata()
or video.get_metadata().
bit_exact: bool
bit_rate: int | None
None if unknown.
metadata: dict[str, str]
size: int | None
None if unknown.
streams: list[StreamMetadata]
Was this page helpful?