Creates a mutual exclusion object. The mutual exclusion objects are used to specify a number of mutually exclusive streams. This means that only one stream can be used or delivered at a time.
#include "ltmm.h"
Language | Syntax |
---|---|
C | HRESULT IltmmWMProfile_CreateNewMutualExclusion(pProfile, pVal) |
C++ | HRESULT CreateNewMutualExclusion(pVal) |
Pointer to an IltmmWMProfile interface.
Pointer to a variable to be updated with a pointer to the IltmmWMMutualExclusion interface of the created object.
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. |
The ltmmWMMutualExclusion object is not externally creatable; it can only be accessed through the IltmmWMMutualExclusion interface referenced by pVal. If the method succeeds, the caller must free the retrieved interface by calling its Release method.
Please note that creating a new mutual exclusion object does not automatically add it to the profile. The new mutual exclusion object must be created using [IltmmWMProfile:CreateNewMutualExclusion, and then configured using the IltmmWMMutualExclusion interface. The configured mutual exclusion object must then be added to the profile using IltmmWMProfile::AddMutualExclusion.
For more information, refer to the Microsoft documentation for IWMProfile::CreateNewMutualExclusion.
Win32, x64.
Language | Example |
---|---|
C | IltmmWMProfile::AddStream |
C++ | IltmmWMProfile::AddStream |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document