Navigation
API > API/Runtime > API/Runtime/Media
Inheritance Hierarchy
- IMediaBinarySample
- FMediaIOCoreBinarySampleBase
- IElectraBinarySample
References
Module | Media |
Header | /Engine/Source/Runtime/Media/Public/IMediaBinarySample.h |
Include | #include "IMediaBinarySample.h" |
Syntax
class IMediaBinarySample
Remarks
Interface for media binary data samples.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Virtual destructor. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
const void * | GetData () |
Get the sample data. |
![]() ![]() |
FTimespan | GetDuration () |
Get the amount of time for which the sample is valid. |
![]() ![]() ![]() |
FGuid | GetGUID () |
Get the GUID identifying the derived type that may implement additional, type specific methods. |
![]() ![]() |
uint32 | GetSize () |
Get the size of the binary data. |
![]() ![]() |
FMediaTimeStamp | GetTime () |
Get the sample time (in the player's local clock). |
![]() ![]() ![]() |
TOptional< FTimecode > | GetTimecode () |
Get the sample timecode if available. |