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