#include <QGst/Query>
Wrapper class for queries of type QGst::ConvertQuery.
Definition at line 144 of file query.h.
◆ create()
ConvertQueryPtr QGst::ConvertQuery::create |
( |
Format |
sourceFormat, |
|
|
qint64 |
value, |
|
|
Format |
destinationFormat |
|
) |
| |
|
static |
◆ sourceFormat()
Format QGst::ConvertQuery::sourceFormat |
( |
| ) |
const |
◆ sourceValue()
qint64 QGst::ConvertQuery::sourceValue |
( |
| ) |
const |
◆ destinationFormat()
Format QGst::ConvertQuery::destinationFormat |
( |
| ) |
const |
◆ destinationValue()
qint64 QGst::ConvertQuery::destinationValue |
( |
| ) |
const |
◆ setValues()
void QGst::ConvertQuery::setValues |
( |
Format |
sourceFormat, |
|
|
qint64 |
sourcevalue, |
|
|
Format |
destinationFormat, |
|
|
qint64 |
destinationValue |
|
) |
| |
The documentation for this class was generated from the following files: