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
QFFmpeg::Packet Struct Reference

#include <qffmpegpacket_p.h>

+ Collaboration diagram for QFFmpeg::Packet:

Classes

struct  Data
 

Public Member Functions

 Packet ()=default
 
 Packet (const LoopOffset &offset, AVPacketUPtr p, quint64 sourceId)
 
bool isValid () const
 
AVPacket * avPacket () const
 
const LoopOffsetloopOffset () const
 
quint64 sourceId () const
 

Detailed Description

Definition at line 26 of file qffmpegpacket_p.h.

Constructor & Destructor Documentation

◆ Packet() [1/2]

QFFmpeg::Packet::Packet ( )
default

◆ Packet() [2/2]

QFFmpeg::Packet::Packet ( const LoopOffset & offset,
AVPacketUPtr p,
quint64 sourceId )
inline

Definition at line 41 of file qffmpegpacket_p.h.

Member Function Documentation

◆ avPacket()

AVPacket * QFFmpeg::Packet::avPacket ( ) const
inline

Definition at line 47 of file qffmpegpacket_p.h.

References QFFmpeg::Packet::Data::packet.

Referenced by QFFmpeg::Demuxer::doNextStep(), QFFmpeg::Demuxer::onPacketProcessed(), and QFFmpeg::packetEndPos().

+ Here is the caller graph for this function:

◆ isValid()

bool QFFmpeg::Packet::isValid ( ) const
inline

Definition at line 46 of file qffmpegpacket_p.h.

Referenced by QFFmpeg::Demuxer::onPacketProcessed().

+ Here is the caller graph for this function:

◆ loopOffset()

const LoopOffset & QFFmpeg::Packet::loopOffset ( ) const
inline

Definition at line 48 of file qffmpegpacket_p.h.

References QFFmpeg::Packet::Data::loopOffset.

Referenced by QFFmpeg::packetEndPos().

+ Here is the caller graph for this function:

◆ sourceId()

quint64 QFFmpeg::Packet::sourceId ( ) const
inline

Definition at line 49 of file qffmpegpacket_p.h.

References QFFmpeg::Packet::Data::sourceId.

Referenced by QFFmpeg::Demuxer::onPacketProcessed().

+ Here is the caller graph for this function:

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