C# 클래스 vMixControler.vMixWebClient

파일 보기 프로젝트 열기: Tim-R/vScheduler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
vMixInputs List

공개 메소드들

메소드 설명
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

메소드 상세

AddInput() 공개 메소드

public AddInput ( string type, string path, string guid ) : bool
type string
path string
guid string
리턴 bool

CloseInput() 공개 메소드

public CloseInput ( string guid ) : bool
guid string
리턴 bool

ForwardTo() 공개 메소드

public ForwardTo ( string guid, int position ) : bool
guid string
position int
리턴 bool

GetGUID() 공개 메소드

public GetGUID ( string inputname, string &guid ) : bool
inputname string
guid string
리턴 bool

GetStatus() 공개 메소드

public GetStatus ( ) : bool
리턴 bool

NextPicture() 공개 메소드

public NextPicture ( string guid ) : bool
guid string
리턴 bool

SetupSlideshow() 공개 메소드

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

Transition() 공개 메소드

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

vMixWebClient() 공개 메소드

public vMixWebClient ( string baseadress ) : System
baseadress string
리턴 System

프로퍼티 상세

vMixInputs 공개적으로 프로퍼티

public List vMixInputs
리턴 List