Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/Core
Inheritance Hierarchy
- TMediaNoncopyable
- FMediaLockNone
- TMediaQueue
- TMediaQueueNoLock
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 TMediaQueueNoLock : public TMediaQueue< T, FMediaLockNone, TMediaQueueAllocator< T > >
Remarks
A mutex-less version of TMediaQueue to enable working with references.
Since this is not thread-safe you must ensure access with an external mutex.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendFirstElements
(
const MyType& FromOther, |
||
| void | AppendLastElements
(
const MyType& FromOther, |
||
| const T & | BackRef () |
||
| T & | BackRef () |
||
| void | |||
| const T & | FrontRef () |
||
| T & | FrontRef () |
||
| T & | PushRef () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const T & | operator[]
(
int32 i |
||
| T & | operator[]
(
int32 i |
Typedefs
| Name | Description |
|---|---|
| B | |
| ElementType | |
| MyType |