|
| ALVideo () |
|
| ~ALVideo () |
|
bool | recordVideo (const std::string pFilePath, const unsigned int pUserSpaceSize, const std::vector< streamHeader > &pStreamHeaderVector) |
|
bool | readVideo (const std::string pFilePath) |
|
void | closeVideo () |
|
bool | goToFrame (const unsigned int pFrameNumber, const unsigned int pStreamNumber) |
|
bool | getFrame (ALImage &pImage, const unsigned int pFrameNumber, const unsigned int pStreamNumber, const bool pCheckFormat=true) |
|
bool | getNextFrame (ALImage &pImage, const bool pCheckFormat=true) |
|
bool | getPrecedingFrame (ALImage &pImage, const bool pCheckFormat=true) |
|
bool | write (char *ptrImageData, const int pSizeData, const long long pTimeStamp=0, const char pCameraId=0, const float pLeftAngle=0, const float pTopAngle=0, const float pRightAngle=0, const float pBottomAngle=0) |
|
bool | write (int height, int width, char *imageData, const long long pTimeStamp, const char pCameraId, const float pLeftAngle, const float pTopAngle, const float pRightAngle, const float pBottomAngle) |
|
const unsigned char * | getMagicNumber () const |
|
unsigned int | getNumberOfFrames () const |
|
unsigned int | getNumberOfStreams () const |
|
unsigned int | getCurrentFrameNumber () const |
|
unsigned int | getCurrentStreamNumber () const |
|
bool | isOpenForReading () const |
|
bool | isOpenForWriting () const |
|
int | getStreamWidth (const unsigned int pStreamNumber) const |
|
int | getStreamHeight (const unsigned int pStreamNumber) const |
|
int | getStreamResolution (const unsigned int pStreamNumber) const |
|
int | getStreamColorSpace (const unsigned int pStreamNumber) const |
|
int | getStreamNbLayers (const unsigned int pStreamNumber) const |
|
int | getStreamPixelDepth (const unsigned int pStreamNumber) const |
|
int | getStreamSizePerImage (const unsigned int pStreamNumber) const |
|
Definition at line 60 of file alvideo.h.