C# Class TVOutManager.TVOutManager

Exibir arquivo Open project: chrisbranson/MT-TVOutManager Class Usage Examples

Public Methods

Method Description
TVOutManager ( ) : System
setTvSafeMode ( bool val ) : void
startTVOut ( ) : void
stopTVOut ( ) : void

Private Methods

Method Description
updateLoop ( ) : void
updateTVOut ( ) : void

Method Details

TVOutManager() public method

public TVOutManager ( ) : System
return System

setTvSafeMode() public method

public setTvSafeMode ( bool val ) : void
val bool
return void

startTVOut() public method

public startTVOut ( ) : void
return void

stopTVOut() public method

public stopTVOut ( ) : void
return void