Tag Parser  6.4.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Member Functions | Public Attributes | List of all members
Media::AvcFrame Struct Reference

The AvcFrame struct holds an AVC frame. More...

#include <avcinfo.h>

Collaboration diagram for Media::AvcFrame:
[legend]

Public Member Functions

 AvcFrame ()
 

Public Attributes

uint64 start
 
uint64 end
 
uint64 ref1
 
uint64 ref2
 
bool keyframe
 
bool hasProvidedTimecode
 
SliceInfo sliceInfo
 
uint32 presentationOrder
 
uint32 decodeOrder
 

Detailed Description

The AvcFrame struct holds an AVC frame.

Remarks
currently not useful, might be removed

Definition at line 170 of file avcinfo.h.

Constructor & Destructor Documentation

◆ AvcFrame()

Media::AvcFrame::AvcFrame ( )
inline

Definition at line 183 of file avcinfo.h.

Member Data Documentation

◆ decodeOrder

uint32 Media::AvcFrame::decodeOrder

Definition at line 180 of file avcinfo.h.

◆ end

uint64 Media::AvcFrame::end

Definition at line 173 of file avcinfo.h.

◆ hasProvidedTimecode

bool Media::AvcFrame::hasProvidedTimecode

Definition at line 177 of file avcinfo.h.

◆ keyframe

bool Media::AvcFrame::keyframe

Definition at line 176 of file avcinfo.h.

◆ presentationOrder

uint32 Media::AvcFrame::presentationOrder

Definition at line 179 of file avcinfo.h.

◆ ref1

uint64 Media::AvcFrame::ref1

Definition at line 174 of file avcinfo.h.

◆ ref2

uint64 Media::AvcFrame::ref2

Definition at line 175 of file avcinfo.h.

◆ sliceInfo

SliceInfo Media::AvcFrame::sliceInfo

Definition at line 178 of file avcinfo.h.

◆ start

uint64 Media::AvcFrame::start

Definition at line 172 of file avcinfo.h.


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