Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/Core
Inheritance Hierarchy
- TMediaNoncopyable
- FMediaSemaphore
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Core/MediaSemaphore.h |
| Include | #include "Core/MediaSemaphore.h" |
Syntax
class FMediaSemaphore : private TMediaNoncopyable< FMediaSemaphore >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMediaSemaphore
(
int32 InitialCount |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | CurrentCount () |
||
| bool | Obtain () |
||
| bool | |||
| void | Release () |
||
| void | |||
| bool | TryToObtain () |