C# Class vMixControler.vMixWebClient

Afficher le fichier Open project: Tim-R/vScheduler Class Usage Examples

Méthodes publiques

Свойство Type Description
vMixInputs List

Méthodes publiques

Méthode 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 méthode

public AddInput ( string type, string path, string guid ) : bool
type string
path string
guid string
Résultat bool

CloseInput() public méthode

public CloseInput ( string guid ) : bool
guid string
Résultat bool

ForwardTo() public méthode

public ForwardTo ( string guid, int position ) : bool
guid string
position int
Résultat bool

GetGUID() public méthode

public GetGUID ( string inputname, string &guid ) : bool
inputname string
guid string
Résultat bool

GetStatus() public méthode

public GetStatus ( ) : bool
Résultat bool

NextPicture() public méthode

public NextPicture ( string guid ) : bool
guid string
Résultat bool

SetupSlideshow() public méthode

public SetupSlideshow ( int intervall, string transitioneffect, int transitiontime, string guid ) : bool
intervall int
transitioneffect string
transitiontime int
guid string
Résultat bool

Transition() public méthode

public Transition ( string guid, string type, int duration ) : bool
guid string
type string
duration int
Résultat bool

vMixWebClient() public méthode

public vMixWebClient ( string baseadress ) : System
baseadress string
Résultat System

Property Details

vMixInputs public_oe property

public List vMixInputs
Résultat List