Microsoft DirectX 8.1 (C++)

IConfigAviMux::GetMasterStream

The GetMasterStream method retrieves the master stream that other streams must synchronize to after the file is written out.

Syntax

HRESULT GetMasterStream(
  LONG *pStream
);

Parameters

pStream

[out] Pointer to the master stream.

Return Values

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

Remarks

To eliminate capture drifts that can occur between audio sampling rates and video frame rates, it is recommended that you use combined audio/video cards for capture of large files.

See Also