Navigation
API > API/Plugins > API/Plugins/TmvMedia
Interface for the encoder's access unit. This is used by the encoder to write data to the output buffer.
| Name | ITmvMediaEncoderAccessUnit |
| Type | class |
| Header File | /Engine/Plugins/Media/TmvMedia/Source/TmvMedia/Public/Encoder/ITmvMediaEncoder.h |
| Include Path | #include "Encoder/ITmvMediaEncoder.h" |
Syntax
class ITmvMediaEncoderAccessUnit
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITmvMediaEncoderAccessUnit() |
Encoder/ITmvMediaEncoder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetFilename() |
Returns the filename. (TMP) | Encoder/ITmvMediaEncoder.h | |
int32 GetFrameId() |
Returns the frame id for this access unit. | Encoder/ITmvMediaEncoder.h | |
int64 GetTotalSize() |
Returns the total size in bytes of the access unit. | Encoder/ITmvMediaEncoder.h | |
| Directly access the underlying archive. | Encoder/ITmvMediaEncoder.h | ||
bool Seek
(
int64 InOffset |
Seek at the specified offset in bytes from the start of the access unit. | Encoder/ITmvMediaEncoder.h | |
int64 Tell() |
Returns the offset in bytes from the start of the access unit. | Encoder/ITmvMediaEncoder.h | |
int64 Write
(
const void* InBuffer, |
Write the give data to the current position the specified amount of data. | Encoder/ITmvMediaEncoder.h |