IMFCameraSyncObject interface (mfvirtualcamera.h)
Provides a synchronization mechanism between an app that creates and manages a virtual camera and the virtual camera source.
Inheritance
The IMFCameraSyncObject interface inherits from the IUnknown interface.
Methods
The IMFCameraSyncObject interface has these methods.
IMFCameraSyncObject::Shutdown Shuts down the sync object. |
IMFCameraSyncObject::WaitOnSignal Blocks until the time out specified timeout interval has elapsed or the synchronization object was signaled. |
Remarks
Get an instance of this interface by calling IMFVirtualCamera::CreateSyncEvent or IMFVirtualCamera::CreateSyncSemaphore.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Header | mfvirtualcamera.h |
See also
IMFVirtualCamera::CreateSyncEvent IMFVirtualCamera::CreateSyncSemaphore