unreal.MediaPlayerOptionSeekTimeType

class unreal.MediaPlayerOptionSeekTimeType

Bases: EnumBase

EMedia Player Option Seek Time Type

C++ Source:

  • Module: MediaUtils

  • File: MediaPlayerOptions.h

IGNORED: MediaPlayerOptionSeekTimeType

Ignore the given value and lets the media player choose.

Type:

0

RELATIVE_TO_START_TIME: MediaPlayerOptionSeekTimeType

Given seek time is relative to the start of the media.

Type:

1