#include <stream.h>
◆ Stream()
◆ averageFrameRate()
Rational av::Stream::averageFrameRate |
( |
| ) |
const |
◆ codecParameters()
◆ currentDts()
◆ direction()
◆ duration()
◆ eventFlags() [1/2]
int av::Stream::eventFlags |
( |
| ) |
const |
|
noexcept |
Flags to the user to detect events happening on the stream.
A combination of AVSTREAM_EVENT_FLAG_*. Must be cleared by the user.
- See also
- AVFormatContext::event_flags
- Returns
◆ eventFlags() [2/2]
bool av::Stream::eventFlags |
( |
int |
flags | ) |
const |
|
noexcept |
◆ eventFlagsClear()
void av::Stream::eventFlagsClear |
( |
int |
flags | ) |
|
|
noexcept |
◆ frameRate()
Rational av::Stream::frameRate |
( |
| ) |
const |
◆ id()
int av::Stream::id |
( |
| ) |
const |
◆ index()
int av::Stream::index |
( |
| ) |
const |
◆ isAttachment()
bool av::Stream::isAttachment |
( |
| ) |
const |
◆ isAudio()
bool av::Stream::isAudio |
( |
| ) |
const |
◆ isData()
bool av::Stream::isData |
( |
| ) |
const |
◆ isSubtitle()
bool av::Stream::isSubtitle |
( |
| ) |
const |
◆ isValid()
bool av::Stream::isValid |
( |
| ) |
const |
◆ isVideo()
bool av::Stream::isVideo |
( |
| ) |
const |
◆ mediaType()
AVMediaType av::Stream::mediaType |
( |
| ) |
const |
◆ sampleAspectRatio()
Rational av::Stream::sampleAspectRatio |
( |
| ) |
const |
◆ setAverageFrameRate()
void av::Stream::setAverageFrameRate |
( |
const Rational & |
frameRate | ) |
|
◆ setCodecParameters()
◆ setFrameRate()
void av::Stream::setFrameRate |
( |
const Rational & |
frameRate | ) |
|
◆ setSampleAspectRatio()
void av::Stream::setSampleAspectRatio |
( |
const Rational & |
aspectRatio | ) |
|
◆ setTimeBase()
void av::Stream::setTimeBase |
( |
const Rational & |
timeBase | ) |
|
◆ setupEncodingParameters()
◆ startTime()
◆ timeBase()
◆ FormatContext
The documentation for this class was generated from the following files: