C# Class Smoothget.MainClass.MuxingInteractiveState

Show file Open project: pinglossy/smoothget

Public Methods

Method Description
Abort ( ) : void
DisplayDuration ( ulong reachedTicks, ulong totalTicks ) : void
MuxingInteractiveState ( ) : System
SetupStop ( bool isLive, IStoppable stoppable ) : void
StopRecoding ( ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

DisplayDuration() public method

public DisplayDuration ( ulong reachedTicks, ulong totalTicks ) : void
reachedTicks ulong
totalTicks ulong
return void

MuxingInteractiveState() public method

public MuxingInteractiveState ( ) : System
return System

SetupStop() public method

public SetupStop ( bool isLive, IStoppable stoppable ) : void
isLive bool
stoppable IStoppable
return void

StopRecoding() public method

public StopRecoding ( ) : void
return void