Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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()

static QString getVideoCodecName ( QMediaFormat::VideoCodec codec)
static

Definition at line 112 of file qandroidformatsinfo.cpp.

References codec, QMediaFormat::H265, and QMediaFormat::videoCodecName().

+ Here is the call graph for this function:

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.