C# 클래스 ADL.ConnectionDescription

파일 보기 프로젝트 열기: addlive/addlive_sdk_c_sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
authDetails AuthDetails
autopublishAudio bool
autopublishVideo bool
scopeId string
url string
videoStream VideoStreamDescription

공개 메소드들

메소드 설명
ConnectionDescription ( ) : System

비공개 메소드들

메소드 설명
lowercaseBool ( bool a ) : string
toJSON ( ) : string
toNative ( ) : ADLConnectionDescription

메소드 상세

ConnectionDescription() 공개 메소드

public ConnectionDescription ( ) : System
리턴 System

프로퍼티 상세

authDetails 공개적으로 프로퍼티

public AuthDetails,ADL authDetails
리턴 AuthDetails

autopublishAudio 공개적으로 프로퍼티

public bool autopublishAudio
리턴 bool

autopublishVideo 공개적으로 프로퍼티

public bool autopublishVideo
리턴 bool

scopeId 공개적으로 프로퍼티

public string scopeId
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string

videoStream 공개적으로 프로퍼티

public VideoStreamDescription,ADL videoStream
리턴 VideoStreamDescription