ILMNetMux::put_BitRateLimit

Summary

Sets the forced bit rate.

Syntax

#include "ILMNetMux2.h"

Language Syntax
C HRESULT ILMNetMux_put_BitRateLimit(pNetMux, newVal)
C++ HRESULT put_BitRateLimit(newVal)

Parameters

ILMNetMux *pNetMux

Pointer to an ILMNetMux interface.

long newVal

Value that represents the requested output bit rate, in bits per second.

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

The default value of the bit rate limit is -1, which means that the multiplexer is not restricted to some bit rate. The multiplexer will output the data at a slower rate (compared to the input rate) in order to limit the bit rate, however, the average bit rate might, sometimes, go a little bit higher than the requested limit.

To get the current forced bit rate, call ILMNetMux::get_BitRateLimit.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For a C/C++ example, refer to A Complete Example: Server and Client.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.