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::Data Struct Reference

#include <qffmpegpacket_p.h>

+ Inheritance diagram for QFFmpeg::Packet::Data:
+ Collaboration diagram for QFFmpeg::Packet::Data:

Public Member Functions

 Data (const LoopOffset &offset, AVPacketUPtr p, quint64 sourceId)
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

LoopOffset loopOffset
 
AVPacketUPtr packet
 
quint64 sourceId
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 28 of file qffmpegpacket_p.h.

Constructor & Destructor Documentation

◆ Data()

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

Definition at line 30 of file qffmpegpacket_p.h.

References Data().

Referenced by Data().

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

Member Data Documentation

◆ loopOffset

LoopOffset QFFmpeg::Packet::Data::loopOffset

Definition at line 35 of file qffmpegpacket_p.h.

◆ packet

AVPacketUPtr QFFmpeg::Packet::Data::packet

Definition at line 36 of file qffmpegpacket_p.h.

◆ sourceId

quint64 QFFmpeg::Packet::Data::sourceId

Definition at line 37 of file qffmpegpacket_p.h.


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