|
virtual VideoStreamInfo * | clone () const =0 |
| Creates a copy of this object. More...
|
|
virtual ColorFormat::Enum | colorFormat () const =0 |
| Returns the video color format. More...
|
|
virtual bool_t | copyTo (VideoStreamInfo *destination) const =0 |
| Copies the state of the current object to a destination object of the same type. More...
|
|
virtual int32_t | displayRatioHeight () const =0 |
| Returns the vertical dimension of the display aspect ratio. More...
|
|
virtual int32_t | displayRatioWidth () const =0 |
| Returns the horizontal dimension of the display aspect ratio. More...
|
|
virtual bool_t | frameBottomUp () const =0 |
| Returns whether internally the video frame is stored upside down. More...
|
|
virtual int32_t | frameHeight () const =0 |
| Returns the video frame height. More...
|
|
virtual double | frameRate () const =0 |
| Returns the video frame rate. More...
|
|
virtual int32_t | frameWidth () const =0 |
| Returns the video frame width. More...
|
|
virtual ScanType::Enum | scanType () const =0 |
| Returns the scan type of the video frame. More...
|
|
virtual void | setColorFormat (ColorFormat::Enum colorFormat)=0 |
| Sets the video color format. More...
|
|
virtual void | setDisplayRatioHeight (int32_t displayHeight)=0 |
| Sets the vertical dimension of the display aspect ratio. More...
|
|
virtual void | setDisplayRatioWidth (int32_t displayWidth)=0 |
| Sets the horizontal dimension of the display aspect ratio. More...
|
|
virtual void | setFrameBottomUp (bool_t bottomUp)=0 |
| Sets whether internally the video frame is stored upside down. More...
|
|
virtual void | setFrameHeight (int32_t frameHeight)=0 |
| Sets the video frame height. More...
|
|
virtual void | setFrameRate (double frameRate)=0 |
| Sets the video frame rate. More...
|
|
virtual void | setFrameWidth (int32_t frameWidth)=0 |
| Sets the video frame width. More...
|
|
virtual void | setScanType (ScanType::Enum scanType)=0 |
| Sets the scan type of the video frame. More...
|
|
virtual void | setStride (int32_t stride)=0 |
| Sets the video image stride. More...
|
|
virtual int32_t | stride () const =0 |
| Returns the video image stride. More...
|
|
virtual int32_t | bitrate () const =0 |
| Returns the stream bitrate. More...
|
|
virtual int32_t | bitrateMode () const =0 |
| Returns the stream bitrate mode. More...
|
|
virtual bool_t | copyTo (StreamInfo *destination) const =0 |
| Copies the state of the current object to a destination object of the same type. More...
|
|
virtual double | duration () const =0 |
| Returns the stream duration. More...
|
|
virtual int32_t | ID () const =0 |
| Returns the ID of the elementary stream. More...
|
|
virtual MediaType::Enum | mediaType () const =0 |
| Returns the stream media type. More...
|
|
virtual int32_t | programNumber () const =0 |
| Returns the number of the program to which the elementary stream belongs. More...
|
|
virtual void | reset ()=0 |
| Resets the stream information to its default state. More...
|
|
virtual void | setBitrate (int32_t bitrate)=0 |
| Sets the stream bitrate. More...
|
|
virtual void | setBitrateMode (int32_t bitrateMode)=0 |
| Sets the stream bitrate mode. More...
|
|
virtual void | setDuration (double duration)=0 |
| Sets the stream duration in seconds. More...
|
|
virtual void | setID (int32_t id)=0 |
| Sets the ID of the elementary stream. More...
|
|
virtual void | setProgramNumber (int32_t programNumber)=0 |
| Sets the program to which the elementary stream belongs. More...
|
|
virtual void | setStreamSubType (StreamSubType::Enum type)=0 |
| Sets the stream subtype. More...
|
|
virtual void | setStreamType (StreamType::Enum type)=0 |
| Sets the stream type. More...
|
|
virtual StreamSubType::Enum | streamSubType () const =0 |
| Returns the stream subtype. More...
|
|
virtual StreamType::Enum | streamType () const =0 |
| Returns the stream type. More...
|
|
virtual int32_t | release () const =0 |
| Releases the instance. More...
|
|
virtual int32_t | retain () const =0 |
| Retains the instance. More...
|
|
virtual int32_t | retainCount () const =0 |
| Returns the current reference count. More...
|
|