C# Class vMixControler.vMixWebClient

显示文件 Open project: Tim-R/vScheduler Class Usage Examples

Public Properties

Property Type Description
vMixInputs List

Public Methods

Method Description
AddInput ( string type, string path, string guid ) : bool
CloseInput ( string guid ) : bool
ForwardTo ( string guid, int position ) : bool
GetGUID ( string inputname, string &guid ) : bool
GetStatus ( ) : bool
NextPicture ( string guid ) : bool
SetupSlideshow ( int intervall, string transitioneffect, int transitiontime, string guid ) : bool
Transition ( string guid, string type, int duration ) : bool
vMixWebClient ( string baseadress ) : System

Method Details

AddInput() public method

public AddInput ( string type, string path, string guid ) : bool
type string
path string
guid string
return bool

CloseInput() public method

public CloseInput ( string guid ) : bool
guid string
return bool

ForwardTo() public method

public ForwardTo ( string guid, int position ) : bool
guid string
position int
return bool

GetGUID() public method

public GetGUID ( string inputname, string &guid ) : bool
inputname string
guid string
return bool

GetStatus() public method

public GetStatus ( ) : bool
return bool

NextPicture() public method

public NextPicture ( string guid ) : bool
guid string
return bool

SetupSlideshow() public method

public SetupSlideshow ( int intervall, string transitioneffect, int transitiontime, string guid ) : bool
intervall int
transitioneffect string
transitiontime int
guid string
return bool

Transition() public method

public Transition ( string guid, string type, int duration ) : bool
guid string
type string
duration int
return bool

vMixWebClient() public method

public vMixWebClient ( string baseadress ) : System
baseadress string
return System

Property Details

vMixInputs public_oe property

public List vMixInputs
return List