Native Player
1.0
|
Describes the video stream. More...
#include <media_stream.h>
Public Member Functions | |
VideoStream () | |
Constructs a VideoStream with 0 values. More... | |
VideoStream (const VideoStream &other)=default | |
Constructs a copy of other . More... | |
VideoStream (VideoStream &&other)=default | |
VideoStream & | operator= (const VideoStream &other)=default |
Assigns other to this VideoStream More... | |
VideoStream & | operator= (VideoStream &&other)=default |
Move-assigns other to this VideoStream object. More... | |
~VideoStream ()=default | |
Destroys VideoStream object. More... | |
Public Attributes | |
CommonStreamDescription | description |
uint32_t | width |
uint32_t | height |
Describes the video stream.
Consists of CommonStreamDescription and video detailed description.
This struct is used to build video elementary stream basing on information parsed from the DASH manifest.
Definition at line 114 of file media_stream.h.
|
inline |
Constructs a VideoStream
with 0 values.
Definition at line 120 of file media_stream.h.
|
default |
Constructs a copy of other
.
|
default |
Move-constructs a VideoStream
object, making it point at the same object that other
was pointing to.
|
default |
Destroys VideoStream
object.
|
default |
Assigns other
to this VideoStream
|
default |
Move-assigns other
to this VideoStream
object.
CommonStreamDescription VideoStream::description |
Definition at line 115 of file media_stream.h.
uint32_t VideoStream::height |
Definition at line 117 of file media_stream.h.
uint32_t VideoStream::width |
Definition at line 116 of file media_stream.h.