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
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 40 of file qffmpegpacket_p.h.

References Packet().

Referenced by Packet().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Function Documentation

◆ avPacket()

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

Definition at line 46 of file qffmpegpacket_p.h.

◆ isValid()

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

Definition at line 45 of file qffmpegpacket_p.h.

◆ loopOffset()

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

Definition at line 47 of file qffmpegpacket_p.h.

◆ sourceId()

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

Definition at line 48 of file qffmpegpacket_p.h.


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