Defines | |
#define | XVID_ENC_ENCODE 0 |
Encodes a frame. | |
#define | XVID_ENC_CREATE 1 |
Creates a decoder instance. | |
#define | XVID_ENC_DESTROY 2 |
Destroys a encoder instance. |
|
Creates a decoder instance. This operation constant is used by a client application in order to create an encoder instance. Encoder instances are independant from each other. |
|
Destroys a encoder instance. This operation constant is used by the client application to destroy a previously created encoder instance. |
|
Encodes a frame. This operation constant is used when client application wants to encode a frame. Client application must also fill XVID_ENC_FRAME appropriately. |
Author : XviD team <xvid-devel@xvid.org> | Date : 2003-02-13 |