IltmmWMStreamConfig::put_MaxKeyFrameSpacing

Summary

Sets the maximum key frame time interval.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmWMStreamConfig_put_MaxKeyFrameSpacing(pStreamConfig, newVal)
C++ HRESULT put_MaxKeyFrameSpacing(newVal)

Parameters

IltmmWMStreamConfig *pStreamConfig

Pointer to an IltmmWMStreamConfig interface.

double newVal

The new maximum key frame interval to set, in 100-nanoseconds units.

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

It is recommended not to use long intervals as it might affect the streaming or playback of the contents when seeking the stream.

For more information, refer to the Microsoft documentation for IWMStreamConfig::SetMaxKeyFrameSpacing .

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmWMProfile::AddStream
C++ IltmmWMProfile::AddStream
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.