Table of Contents

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

string

CanUserSkip

public bool CanUserSkip { get; }

Property Value

bool

FrameRate

public float FrameRate { get; }

Property Value

float

SubtitleFileBasePath

public string SubtitleFileBasePath { get; }

Property Value

string

VideoPath

public string VideoPath { get; }

Property Value

string

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

videoPath string
audioPath string
subtitleFileBasePath string
frameRate float
canUserSkip bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).