Click or drag to resize

ControllerProxyStopPlaybackAndLoading Method

Stops everything. Useful when shutting down the player.

A new Load() call should be done in order to re-use the player, in case disposal was not intended

Namespace:  frame8.Logic.Media.MediaPlayer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual bool StopPlaybackAndLoading()

Return Value

Type: Boolean
if accepted
See Also