Native Player
1.0
|
This file defines the MediaStreamType
enum and CommonStreamDescription
, AudioStream
, VideoStream
structs.
More...
Go to the source code of this file.
Classes | |
struct | CommonStreamDescription |
Describes a media stream common part for the audio and video streams used in their description. More... | |
struct | AudioStream |
Describes the audio stream. More... | |
struct | VideoStream |
Describes the video stream. More... | |
Enumerations | |
enum | MediaStreamType : int32_t { MediaStreamType::Unknown = -1, MediaStreamType::Video = 0, MediaStreamType::Audio = 1, MediaStreamType::MaxTypes } |
Describes available stream types supported by the DASH parser. More... | |
This file defines the MediaStreamType
enum and CommonStreamDescription
, AudioStream
, VideoStream
structs.
Definition in file media_stream.h.
|
strong |
Describes available stream types supported by the DASH parser.
Enumerator | |
---|---|
Unknown | |
Video | |
Audio | |
MaxTypes |
Definition at line 42 of file media_stream.h.