CodecAPIEventData structure (strmif.h)

The CodecAPIEventData structure contains event data for the EC_CODECAPI_EVENT event. This event is sent by codecs that support the ICodecAPI interface.

Syntax

struct CodecAPIEventData {
  GUID  guid;
  DWORD dataLength;
  DWORD reserved[3];
};

Members

guid

A GUID that identifies the codec event.

dataLength

The length of the additional data that follows this structure, in bytes. The value can be zero.

reserved

Reserved; do not use.

Remarks

This structure may be followed by addition data, depending on the codec event. For more information, see ICodecAPI::RegisterForEvent.

Requirements

   
Minimum supported client Windows XP with SP2 [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 R2 [desktop apps | UWP apps]
Header strmif.h (include Dshow.h)

See also

DirectShow Structures

ICodecAPI::RegisterForEvent