Navigation
API > API/Runtime > API/Runtime/Media
References
| Module | Media |
| Header | /Engine/Source/Runtime/Media/Public/IMediaControls.h |
| Include | #include "IMediaControls.h" |
Syntax
enum EMediaSeekDirection
{
Backward,
Beginning,
End,
Forward,
}
Values
| Name | Description |
|---|---|
| Backward | Seek backwards from current position. |
| Beginning | Seek from the beginning of the media. |
| End | Seek from the end of the media. |
| Forward | Seek forward from current position. |
Remarks
Directions for seeking in media.