User's Manual

7.7.9 DVS300_GetState
Syn t a x
int DVS300_GetState(int nEncNum )
Pa ram et e r s
nEncNum: Specifies the encoder number( 0~ 15).
Ret urn Value
ENC_ENCNUMERROR: I nvalid encoder num ber.
De script ion
This function gets encoding state of a specified video encoder.
typedef enum
{
ENC_STOPPED = 1,
ENC_RUNNI NG = 2,
ENC_UNI NI TI ALI ZED = -1,
} EncoderState;
Se e Also
DVS300_InitEncoder
DVS300_CloseEncoder
DVS300_StartVideoEncode
DVS300_StopVideoEncode