Navigation
API > API/Runtime > API/Runtime/Media > API/Runtime/Media/IMediaTextureSample
Description
Get the sample framerate if available. This is the rate in which the timecode is measured. It is not necessarily the display frame rate.
| Name | GetFramerate |
| Type | function |
| Header File | /Engine/Source/Runtime/Media/Public/IMediaTextureSample.h |
| Include Path | #include "IMediaTextureSample.h" |
virtual TOptional < FFrameRate > GetFramerate() const
Sample framerate. May be needed for converting GetTimecode().
See Also
- GetTime