| 
    M&B: Bannerlord 1.0.0
    
   The horns sound, the ravens gather. 
   | 
 
Inherits TaleWorlds.Engine.View.
Public Member Functions | |
| void | PlayVideo (string videoFileName, string soundFileName, float framerate) | 
| void | StopVideo () | 
| bool | IsVideoFinished () | 
| void | FinalizePlayer () | 
  Public Member Functions inherited from TaleWorlds.Engine.View | |
| void | SetScale (Vec2 scale) | 
| void | SetOffset (Vec2 offset) | 
| void | SetRenderOrder (int value) | 
| void | SetRenderOption (ViewRenderOptions optionEnum, bool value) | 
| void | SetRenderTarget (Texture texture) | 
| void | SetDepthTarget (Texture texture) | 
| void | DontClearBackground () | 
| void | SetClearColor (uint rgba) | 
| void | SetEnable (bool value) | 
| void | SetRenderOnDemand (bool value) | 
| void | SetAutoDepthTargetCreation (bool value) | 
| void | SetSaveFinalResultToDisk (bool value) | 
| void | SetFileNameToSaveResult (string name) | 
| void | SetFileTypeToSave (TextureSaveFormat format) | 
| void | SetFilePathToSaveResult (string name) | 
Static Public Member Functions | |
| static VideoPlayerView | CreateVideoPlayerView () | 
Additional Inherited Members | |
  Public Types inherited from TaleWorlds.Engine.View | |
| enum | TextureSaveFormat | 
| enum | PostfxConfig : uint | 
| enum | ViewRenderOptions : int | 
      
  | 
  static | 
| void TaleWorlds.Engine.VideoPlayerView.PlayVideo | ( | string | videoFileName, | 
| string | soundFileName, | ||
| float | framerate | ||
| ) | 
| void TaleWorlds.Engine.VideoPlayerView.StopVideo | ( | ) | 
| bool TaleWorlds.Engine.VideoPlayerView.IsVideoFinished | ( | ) | 
| void TaleWorlds.Engine.VideoPlayerView.FinalizePlayer | ( | ) |