IltmmCapture::get_InterleaveMode

Summary

Retrieves the current interleaving mode, which is used for writing the target file.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmCapture_get_InterleaveMode(pCapture, pVal)
C++ HRESULT get_InterleaveMode(pVal)

Parameters

IltmmCapture *pCapture

Pointer to an IltmmCapture interface.

long *pVal

Pointer to a variable that will receive the current interleaving mode. For a list of possible values, refer to the ltmmCapture_InterleavingMode constants.

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Comments

Not all file formats support the interleaving mode. For example, AVI file format supports interleaving mode, while WMV file format does not. The interleaving mode is ignored for the formats that do not support it. Interleaving mode tells the multiplexer the method for combining data from various streams (video, audio, etc) in the file. Some interleaving modes will require more processing and more memory, but will generate files more suitable for streaming. Other interleaving modes will be faster, and should be used when speed is necessary (for example, during capture). For more information on these options, refer to ltmmCapture_InterleavingMode constants.

To change the interleaving mode, call IltmmCapture::put_InterleaveMode.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmCapture::get_InterleaveMode
C++ IltmmCapture::get_InterleaveMode
Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.