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
QGst::QGstDiscovererInfo Struct Reference

#include <qgst_discoverer_p.h>

+ Collaboration diagram for QGst::QGstDiscovererInfo:

Public Attributes

bool isLive {}
 
bool isSeekable {}
 
std::optional< std::chrono::nanoseconds > duration
 
std::optional< QGstDiscovererContainerInfocontainerInfo
 
QGstTagListHandle tags
 
std::vector< QGstDiscovererVideoInfovideoStreams
 
std::vector< QGstDiscovererAudioInfoaudioStreams
 
std::vector< QGstDiscovererSubtitleInfosubtitleStreams
 
std::vector< QGstDiscovererContainerInfocontainerStreams
 

Detailed Description

Definition at line 89 of file qgst_discoverer_p.h.

Member Data Documentation

◆ audioStreams

std::vector<QGstDiscovererAudioInfo> QGst::QGstDiscovererInfo::audioStreams

Definition at line 98 of file qgst_discoverer_p.h.

◆ containerInfo

std::optional<QGstDiscovererContainerInfo> QGst::QGstDiscovererInfo::containerInfo

Definition at line 95 of file qgst_discoverer_p.h.

◆ containerStreams

std::vector<QGstDiscovererContainerInfo> QGst::QGstDiscovererInfo::containerStreams

Definition at line 100 of file qgst_discoverer_p.h.

◆ duration

std::optional<std::chrono::nanoseconds> QGst::QGstDiscovererInfo::duration

Definition at line 93 of file qgst_discoverer_p.h.

◆ isLive

bool QGst::QGstDiscovererInfo::isLive {}

Definition at line 91 of file qgst_discoverer_p.h.

◆ isSeekable

bool QGst::QGstDiscovererInfo::isSeekable {}

Definition at line 92 of file qgst_discoverer_p.h.

◆ subtitleStreams

std::vector<QGstDiscovererSubtitleInfo> QGst::QGstDiscovererInfo::subtitleStreams

Definition at line 99 of file qgst_discoverer_p.h.

◆ tags

QGstTagListHandle QGst::QGstDiscovererInfo::tags

Definition at line 96 of file qgst_discoverer_p.h.

◆ videoStreams

std::vector<QGstDiscovererVideoInfo> QGst::QGstDiscovererInfo::videoStreams

Definition at line 97 of file qgst_discoverer_p.h.


The documentation for this struct was generated from the following file: