Class VideoPlaybackState
- Namespace
- TaleWorlds.MountAndBlade
- Assembly
- TaleWorlds.MountAndBlade.dll
public class VideoPlaybackState : GameState
- Inheritance
-
VideoPlaybackState
- Inherited Members
Constructors
VideoPlaybackState()
public VideoPlaybackState()
Properties
AudioPath
public string AudioPath { get; }
Property Value
CanUserSkip
public bool CanUserSkip { get; }
Property Value
FrameRate
public float FrameRate { get; }
Property Value
SubtitleFileBasePath
public string SubtitleFileBasePath { get; }
Property Value
VideoPath
public string VideoPath { get; }
Property Value
Methods
OnVideoFinished()
public void OnVideoFinished()
SetOnVideoFinisedDelegate(Action)
public void SetOnVideoFinisedDelegate(Action onVideoFinised)
Parameters
onVideoFinised
Action
SetStartingParameters(string, string, string, float, bool)
public void SetStartingParameters(string videoPath, string audioPath, string subtitleFileBasePath, float frameRate = 30, bool canUserSkip = true)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).