Expand description
The probe module provides methods and traits to support auto-detection of media formats from
arbitrary media streams.
Structs§
- Descriptor
Descriptorprovides declarative information about container and metadata formats.Descriptors are used byProbeand related machinery to scan aMediaSourceStreamfor media.- Hint
- A
Hintprovides additional information and context when probing a media source stream. - Probe
Probescans aMediaSourceStreamfor metadata and container formats, and provides an iterator-like interface to instantiate readers for the formats encountered.- Probe
Result ProbeResultcontains the result of a format probe operation.- Probed
Metadata - Metadata that came from the
metadatafield ofProbeResult.
Enums§
- Instantiate
Instantiateis an enumeration of instantiation functions used byDescriptorandProbeto instantiate metadata and container format readers.
Traits§
- Query
Descriptor - The
QueryDescriptortrait indicates that the implementer may be registered and capable of probing.