-
Notifications
You must be signed in to change notification settings - Fork 38
MMultiAudioPlayerStyle
Stanislav Podolia edited this page Aug 8, 2019
·
4 revisions
-
-
FVideoKeepAspectRatio
If true fits in wh with correct aspect ratio-
keep : Transform<bool>
-
keep : Transform<bool>
-
FVideoPlay
FVideoPlay and FVideoPosition can be changed outside and also are updated from player
play is changed to false at the end of a video if loop is false-
play : DynamicBehaviour<bool>
-
play : DynamicBehaviour<bool>
-
FVideoPosition
-
position : DynamicBehaviour<double>
-
position : DynamicBehaviour<double>
-
FVideoLength
-
length : DynamicBehaviour<double>
-
length : DynamicBehaviour<double>
-
FVideoVolume
volume is 1.0 by default-
volume : DynamicBehaviour<double>
-
volume : DynamicBehaviour<double>
-
FVideoFullscreen
-
fullscreen : DynamicBehaviour<bool>
-
fullscreen : DynamicBehaviour<bool>
-
FVideoLoop
loop is false by default-
loop : Transform<bool>
-
loop : Transform<bool>
-
FVideoControls
-
controls : [ PlayerControl ]
-
controls : [ PlayerControl ]
-
FVideoSubtitles
-
subtitles : Transform<VideoSubtitle>
-
subtitles : Transform<VideoSubtitle>
-
FVideoTimeRange
start, end are in seconds -
FVideoPlaybackRate
-
rate : DynamicBehaviour<double>
-
rate : DynamicBehaviour<double>
-
FVideoRealSize
-
size : DynamicBehaviour<WidthHeight>
-
size : DynamicBehaviour<WidthHeight>
-
FVideoGetCurrentFrame
get current frame as base64 string-
fn : ref () -> string
-
fn : ref () -> string
-
-
SynchroCalls
-
StreamStatus
-
OnVideoLoadingError
-
ViewBounds
-
MediaStream
-
FVideoAdditionalSources
Additional video stream urls
Allows to specify different video formats
-
sources : [ FVideoSource ]
-
sources : [ FVideoSource ]
-
FVideoAdditionalSources
-
IndexInPlaylist
to switch files (samples) in multiplayer-
index : DynamicBehaviour<int>
-
index : DynamicBehaviour<int>