Defines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method. More...
| Public Member Functions | |
| StreamProperties (string Id=null, List< string > LayoutClassList=null) | |
| Initializes a new instance of the StreamProperties class. More... | |
| void | addLayoutClass (string layoutClass) |
| Properties | |
| string | Id [get, set] |
| The stream ID. More... | |
| List< string > | LayoutClassList [get, set] |
| The layout class list as a list of strings. More... |
Detailed Description
Defines class lists for one or more streams in the session. Used by the OpenTok.SetStreamClassLists() method.
Constructor & Destructor Documentation
StreamProperties()
| OpenTokSDK.StreamProperties.StreamProperties | ( | string | Id = null, |
| List< string > | LayoutClassList = null | ||
| ) |
Initializes a new instance of the StreamProperties class.
Parameters : | | | | --- | --- | | Id | The stream ID. | | LayoutClassList | The layout class list as a list of strings. |
Property Documentation
Id
The stream ID.
LayoutClassList
The layout class list as a list of strings.