ILMMixCapSrcStream::get_VideoEnable

Summary

Indicates whether the stream's video is enabled or disabled.

Syntax

#include "ilmmixcapsrc.h"
Platform Syntax
C HRESULT ILMMixCapSrcStream_get_VideoEnable(pixCapSrcStream, pVal)
C++ HRESULT get_VideoEnable(pVal)

Parameters

ILMMixCapSrcStream * pixCapSrcStream

Pointer to an ILMMixCapSrcStream interface.

VARIANT_BOOL *pVal

Pointer to a variable to be updated with a value that indicates whether the video is enabled or disabled. Possible values are:

Value Meaning
VARIANT_TRUE The video is enabled. This is the default value.
VARIANT_FALSE The video is disabled.

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

To enable or disable the stream's video, call ILMMixCapSrcStream::put_VideoEnable.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Help Version 23.0.2024.7.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

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