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] Audiocaption
(int32): [Read-Write] Captionmetadata
(int32): [Read-Write] Metadatascript
(int32): [Read-Write] Scriptsubtitle
(int32): [Read-Write] Subtitletext
(int32): [Read-Write] Textvideo
(int32): [Read-Write] Video
- property audio¶
[Read-Write] Audio
- Type
(int32)
[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)