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

#include <avcinfo.h>

Collaboration diagram for TagParser::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

Definition at line 175 of file avcinfo.h.

Constructor & Destructor Documentation

◆ AvcFrame()

TagParser::AvcFrame::AvcFrame ( )
inline

Definition at line 188 of file avcinfo.h.

Member Data Documentation

◆ decodeOrder

uint32 TagParser::AvcFrame::decodeOrder

Definition at line 185 of file avcinfo.h.

◆ end

uint64 TagParser::AvcFrame::end

Definition at line 178 of file avcinfo.h.

◆ hasProvidedTimecode

bool TagParser::AvcFrame::hasProvidedTimecode

Definition at line 182 of file avcinfo.h.

◆ keyframe

bool TagParser::AvcFrame::keyframe

Definition at line 181 of file avcinfo.h.

◆ presentationOrder

uint32 TagParser::AvcFrame::presentationOrder

Definition at line 184 of file avcinfo.h.

◆ ref1

uint64 TagParser::AvcFrame::ref1

Definition at line 179 of file avcinfo.h.

◆ ref2

uint64 TagParser::AvcFrame::ref2

Definition at line 180 of file avcinfo.h.

◆ sliceInfo

SliceInfo TagParser::AvcFrame::sliceInfo

Definition at line 183 of file avcinfo.h.

◆ start

uint64 TagParser::AvcFrame::start

Definition at line 177 of file avcinfo.h.


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