unreal.MediaPlayerTrack

class unreal.MediaPlayerTrack

Bases: unreal.EnumBase

Media track types.

Note: Keep this in sync with EMediaTrackType

C++ Source:

  • Module: MediaAssets

  • File: MediaPlayer.h

AUDIO

Audio track.

Type

0

CAPTION

Caption track.

Type

1

METADATA

Metadata track.

Type

2

SCRIPT

Script track.

Type

3

SUBTITLE

Subtitle track.

Type

4

TEXT

Text track.

Type

5

VIDEO

Video track.

Type

6