Microsoft DirectX 8.1 (C++)

IConfigAviMux::GetOutputCompatibilityIndex

The GetOutputCompatibilityIndex method retrieves the AVI index format for the file that the multiplexer will write to.

Syntax

HRESULT GetOutputCompatibilityIndex(
  BOOL *pfOldIndex
);

Parameters

pfOldIndex

[out] Pointer to a value indicating the index format. Returns TRUE if AVI 1.0 (idx1) index format or AVI 2.0 (indx) index format is set; returns FALSE if only AVI 2.0 (indx) index format is set.

Return Values

Returns an HRESULT value that depends on the implementation of the interface.

See Also