Microsoft DirectX 9.0 |
The put_Mode method sets how audio samples and video frames are to be written to disk, by specifying quality of interleaving.
Syntax
HRESULT put_Mode(
InterleavingMode mode
);
Parameters
mode
[in] Interleaving quality setting specified in the InterleavingMode enumeration.
Return Values
Returns an HRESULT value that depends on the implementation of the interface.
See Also