Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VidFileImpl Class Reference

Public Member Functions

bool seek (float time)
 

Public Attributes

float frameRate
 
float duration
 
int width
 
int height
 
void * frameBuffer
 
int frameBufferStride
 

Detailed Description

Definition at line 361 of file vid_file.cpp.

Member Function Documentation

bool VidFileImpl::seek ( float  time)
inline

Definition at line 371 of file vid_file.cpp.

372  {
373  return false;
374  }

Member Data Documentation

float VidFileImpl::duration

Definition at line 367 of file vid_file.cpp.

void* VidFileImpl::frameBuffer

Definition at line 369 of file vid_file.cpp.

int VidFileImpl::frameBufferStride

Definition at line 370 of file vid_file.cpp.

float VidFileImpl::frameRate

Definition at line 367 of file vid_file.cpp.

int VidFileImpl::height

Definition at line 368 of file vid_file.cpp.

int VidFileImpl::width

Definition at line 368 of file vid_file.cpp.


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