C# Class ADL.ConnectionDescription

显示文件 Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Public Properties

Property Type Description
authDetails AuthDetails
autopublishAudio bool
autopublishVideo bool
scopeId string
url string
videoStream VideoStreamDescription

Public Methods

Method Description
ConnectionDescription ( ) : System

Private Methods

Method Description
lowercaseBool ( bool a ) : string
toJSON ( ) : string
toNative ( ) : ADLConnectionDescription

Method Details

ConnectionDescription() public method

public ConnectionDescription ( ) : System
return System

Property Details

authDetails public_oe property

public AuthDetails,ADL authDetails
return AuthDetails

autopublishAudio public_oe property

public bool autopublishAudio
return bool

autopublishVideo public_oe property

public bool autopublishVideo
return bool

scopeId public_oe property

public string scopeId
return string

url public_oe property

public string url
return string

videoStream public_oe property

public VideoStreamDescription,ADL videoStream
return VideoStreamDescription