unreal.MediaPlayerTrackOptions

class unreal.MediaPlayerTrackOptions(audio=0, caption=- 1, metadata=- 1, script=- 1, subtitle=- 1, text=- 1, video=0)

Bases: unreal.StructBase

Media Player Track Options

C++ Source:

  • Module: MediaUtils

  • File: MediaPlayerOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • audio (int32): [Read-Write] Audio

  • caption (int32): [Read-Write] Caption

  • metadata (int32): [Read-Write] Metadata

  • script (int32): [Read-Write] Script

  • subtitle (int32): [Read-Write] Subtitle

  • text (int32): [Read-Write] Text

  • video (int32): [Read-Write] Video

property audio

[Read-Write] Audio

Type

(int32)

property caption

[Read-Write] Caption

Type

(int32)

property metadata

[Read-Write] Metadata

Type

(int32)

property script

[Read-Write] Script

Type

(int32)

property subtitle

[Read-Write] Subtitle

Type

(int32)

property text

[Read-Write] Text

Type

(int32)

property video

[Read-Write] Video

Type

(int32)