C# Class ADL.ConnectionDescription

Afficher le fichier Open project: addlive/addlive_sdk_c_sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
authDetails AuthDetails
autopublishAudio bool
autopublishVideo bool
scopeId string
url string
videoStream VideoStreamDescription

Méthodes publiques

Méthode Description
ConnectionDescription ( ) : System

Private Methods

Méthode Description
lowercaseBool ( bool a ) : string
toJSON ( ) : string
toNative ( ) : ADLConnectionDescription

Method Details

ConnectionDescription() public méthode

public ConnectionDescription ( ) : System
Résultat System

Property Details

authDetails public_oe property

public AuthDetails,ADL authDetails
Résultat AuthDetails

autopublishAudio public_oe property

public bool autopublishAudio
Résultat bool

autopublishVideo public_oe property

public bool autopublishVideo
Résultat bool

scopeId public_oe property

public string scopeId
Résultat string

url public_oe property

public string url
Résultat string

videoStream public_oe property

public VideoStreamDescription,ADL videoStream
Résultat VideoStreamDescription