OdessaGUIProject.VideoPlayerSeekHelper.Cancel C# (CSharp) Method

Cancel() private method

Used so we don't try seeking when video player is not available
private Cancel ( ) : void
return void
        internal void Cancel()
        {
            isCancelled = true;
        }