IltmmAnalogVideoDecoder::get_OutputEnable

Summary

Determines whether the video port bus is enabled.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmAnalogVideoDecoder_get_OutputEnable(pAnVidDec, pVal)
C++ HRESULT get_OutputEnable(pVal)

Parameters

IltmmAnalogVideoDecoder *pAnVidDec

Pointer to an IltmmAnalogVideoDecoder interface.

VARIANT_BOOL *pVal

Pointer to a variable that receives one of the following values:

Value Meaning
VARIANT_FALSE Video port bus is disabled.
VARIANT_TRUE Video port bus is enabled.

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

Call IltmmAnalogVideoDecoder::put_OutputEnable to enable or disable the video port bus.

For more detailed information, refer to the Microsoft documentation for IAMAnalogVideoDecoder::get_OutputEnable.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmAnalogVideoDecoder::get_AvailableTVFormats
C++ IltmmAnalogVideoDecoder::get_AvailableTVFormats
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.