![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IMediaBinarySample.h>
Public Member Functions | |
| virtual const void * | GetData ()=0 |
| virtual FTimespan | GetDuration () const =0 |
| virtual uint32 | GetSize () const =0 |
| virtual FMediaTimeStamp | GetTime () const =0 |
| virtual TOptional< FTimecode > | GetTimecode () const |
| virtual FGuid | GetGUID () const |
| virtual | ~IMediaBinarySample () |
Interface for media binary data samples.
|
inlinevirtual |
Virtual destructor.
Get the GUID identifying the derived type that may implement additional, type specific methods. If the GUID matches a type known type it is safe to static cast this class to the derived type. This is usually done to identify the format of the binary data carried here.
Get the size of the binary data.
|
pure virtual |
Get the sample time (in the player's local clock).
This value is used primarily for debugging purposes.