Functions | |
int | Easdif::SDIFEntity::ReadNextFrame (SDIFFrame &frame) |
read next frame from file | |
int | Easdif::SDIFEntity::ReadNextFrame (SDIFFrame &frame, SdifFloat8 timePos) |
read next frame from file having time equal to or after given time | |
int | Easdif::SDIFEntity::ReadNextSelectedFrame (SDIFFrame &frame) |
read next selected frame from file | |
int | Easdif::SDIFEntity::ReadNextSelectedFrame (SDIFFrame &frame, SdifFloat8 timePos) |
read next selected frame from file having time equal to or after given time | |
int | Easdif::SDIFEntity::WriteFrame (SDIFFrame &frame) |
|
read next frame from file read the next frame of the file return the number of bytes read
|
|
read next frame from file having time equal to or after given time read the next frame of the file that is located after or at time timePos return the number of bytes read Prior to calling this function the internal FrameDirectory needs to be enabled.
|
|
read next selected frame from file read the next selected frame of the file return the number of bytes read
|
|
read next selected frame from file having time equal to or after given time read the next selected frame of the file at or after time position timePos return the number of bytes read Prior to calling this function the internal FrameDirectory needs to be enabled.
|
|
write the next frame of the file return the size of the frame write |