Definition at line 47 of file videoout_dvdv.mm.
Public Member Functions | |
| () | - FrameData |
Public Attributes | |
| uint8 * | data |
| 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? | |
| VideoFrame * | vf |
| Which VideoFrame was attached to this buffer? | |
| - FrameData: |
Definition at line 50 of file videoout_dvdv.mm.
| - (DVDV_CurPtrs) state |
This is the DVDV state used when decoding to this frame.
Definition at line 55 of file videoout_dvdv.mm.
| - (DVDV_Frame) stateframe |
Frame data is constant, store it here instead of new'ing it.
Definition at line 57 of file videoout_dvdv.mm.
| - (DecodeParams) dec |
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().
1.5.5