Property | Type | Description | |
---|---|---|---|
vMixInputs | List |
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 |
public AddInput ( string type, string path, string guid ) : bool | ||
type | string | |
path | string | |
guid | string | |
return | bool |
public ForwardTo ( string guid, int position ) : bool | ||
guid | string | |
position | int | |
return | bool |
public GetGUID ( string inputname, string &guid ) : bool | ||
inputname | string | |
guid | string | |
return | bool |
public SetupSlideshow ( int intervall, string transitioneffect, int transitiontime, string guid ) : bool | ||
intervall | int | |
transitioneffect | string | |
transitiontime | int | |
guid | string | |
return | bool |
public Transition ( string guid, string type, int duration ) : bool | ||
guid | string | |
type | string | |
duration | int | |
return | bool |
public vMixWebClient ( string baseadress ) : System | ||
baseadress | string | |
return | System |