Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qandroidformatsinfo.cpp File Reference

(6acdd79dd6d6c381dc13461d165dbc4dccf670be)

#include "qandroidformatsinfo_p.h"
#include <QtCore/qjnienvironment.h>
#include <QtCore/qjniobject.h>
#include <qcoreapplication.h>
Include dependency graph for qandroidformatsinfo.cpp:

Go to the source code of this file.

Functions

static QString getVideoCodecName (QMediaFormat::VideoCodec codec)

Variables

static const char encoderFilter [] = ".encoder"
static const char decoderFilter [] = ".decoder"

Function Documentation

◆ getVideoCodecName()

QString getVideoCodecName ( QMediaFormat::VideoCodec codec)
static

Definition at line 112 of file qandroidformatsinfo.cpp.

Variable Documentation

◆ decoderFilter

const char decoderFilter = ".decoder"
static

Definition at line 11 of file qandroidformatsinfo.cpp.

◆ encoderFilter

const char encoderFilter = ".encoder"
static

Definition at line 10 of file qandroidformatsinfo.cpp.