Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/Core
Inheritance Hierarchy
- FMediaLockCriticalSection
- TMediaNoncopyable
- TMediaQueueDynamic
- TMediaQueueDynamicNoLock
References
| Module | ElectraBase |
| Header | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/Core/MediaQueue.h |
| Include | #include "Core/MediaQueue.h" |
Syntax
template<typename T, typename M>
class TMediaQueueDynamicNoLock : public TMediaQueueDynamic< T, FMediaLockNone, TMediaQueueAllocator< T > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| const T & | operator[]
(
int32 i |
||
| T & | operator[]
(
int32 i |
Typedefs
| Name | Description |
|---|---|
| B | |
| ElementType | |
| MyType |