Structs§
- Represents metadata that is specific to audio streams.
- Represents metadata about a stream.
- Represents metadata that is specific to video streams.
Enums§
- Represents metadata that is specific to a stream, e.g. fields that are only found in audio streams or that are only found in video streams, etc. Storing this in an enum allows function to accept the generic
Streamtype regardless of its actual type (audio, video, …).