FrameData Class Reference

List of all members.


Detailed Description

All the data we need to encapsulate one frame.

Definition at line 47 of file videoout_dvdv.mm.


Public Member Functions

() - FrameData

Public Attributes

uint8data
 This is the storage pointed to by state and dec.
DVDV_CurPtrs state
 This is the DVDV state used when decoding to this frame.
DVDV_Frame stateframe
 Frame data is constant, store it here instead of new'ing it.
DecodeParams dec
 After the frame is processed, this block will be passed to DVDVideoDecode.
int showBuffer
 Which buffer should be shown when calling DVDVideoShow for this frame?
VideoFramevf
 Which VideoFrame was attached to this buffer?

Constructor & Destructor Documentation

- FrameData:  

Definition at line 50 of file videoout_dvdv.mm.


Member Data Documentation

- (uint8*) data

This is the storage pointed to by state and dec.

Definition at line 53 of file videoout_dvdv.mm.

This is the DVDV state used when decoding to this frame.

Definition at line 55 of file videoout_dvdv.mm.

Frame data is constant, store it here instead of new'ing it.

Definition at line 57 of file videoout_dvdv.mm.

After the frame is processed, this block will be passed to DVDVideoDecode.

Definition at line 60 of file videoout_dvdv.mm.

Referenced by DVDV::DecodeFrame().

- (int) showBuffer

Which buffer should be shown when calling DVDVideoShow for this frame?

Definition at line 62 of file videoout_dvdv.mm.

Referenced by DVDV::DecodeFrame().

- (VideoFrame*) vf

Which VideoFrame was attached to this buffer?

Definition at line 64 of file videoout_dvdv.mm.

Referenced by DVDV::DecodeFrame().


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

Generated on Sat Dec 18 05:16:03 2010 for MythTV by  doxygen 1.5.5