Microsoft DirectX 9.0

IAMNetShowExProps::get_CodecCount

The get_CodecCount method retrieves the number codecs needed to play the file.

Syntax

HRESULT get_CodecCount(
  long *pCodecCount
);

Parameters

pCodecCount

Pointer to a variable that receives the number of codecs.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also