1.1.3.8.1 DRV_GENERICCODEC_BUFFER_EVENT Type

Identifies the possible events that can result from a buffer add request.

Description

Generic Codec Driver Events

This enumeration identifies the possible events that can result from a buffer add request caused by the client calling either the DRV_GENERICCODEC_BufferAddWrite() or the DRV_GENERICCODEC_BufferAddRead() function.

Remarks

One of these values is passed in the "event" parameter of the event handling callback function that the client registered with the driver by calling the DRV_GENERICCODEC_BufferEventHandlerSet function when a buffer transfer request is completed.

C

typedef enum DRV_GENERICCODEC_BUFFER_EVENT@1 DRV_GENERICCODEC_BUFFER_EVENT;