Used to create a Subscriber instance.
More...
Used to create a Subscriber instance.
Instantiate a Builder instance by calling the Builder() constructor. Then (optionally), set properties of the Builder object. Then call the Build() method to create a Subscriber object.
◆ Builder()
OpenTok.Subscriber.Builder.Builder |
( |
Context |
context, |
|
|
Stream |
stream |
|
) |
| |
Creates a new Builder instance.
- Parameters
-
context | The Context to use for the Subscriber object. |
stream | The Stream object corresponding to the stream you will subscribe to. |
◆ Build()
Use parameters in the builder instance to create a Subscriber object
- Returns
◆ Context
Context OpenTok.Subscriber.Builder.Context |
|
getset |
The Content object used to manage resources for the Subscriber.
◆ Renderer
The video renderer for the subscriber. If you do not specify a renderer, the video isn't rendered (and only audio is played back).
◆ Stream
Stream OpenTok.Subscriber.Builder.Stream |
|
getset |
The Stream object corresponding to the stream you will subscribe to.
The documentation for this class was generated from the following file:
- /Users/jswartz_1/src/native-sdk-src/project/windows/OpenTok/src/Subscriber.cs