Represents an audio-video stream in an OpenTok session.
More...
Inherits IDisposable.
|
void | Dispose () |
| Disposes of the Stream object's resources. More...
|
override bool | Equals (object obj) |
override int | GetHashCode () |
|
virtual void | Dispose (bool disposing) |
Represents an audio-video stream in an OpenTok session.
The Session object sends the Session.StreamReceived event when there is a new stream in the session.
The Session sends a Session.StreamDropped event when a stream is dropped from the session (for example, when it is unpublished).
◆ Dispose()
void OpenTok.Stream.Dispose |
( |
| ) |
|
Disposes of the Stream object's resources.
◆ Connection
The Connection object corresponding to the client that is publishing the stream.
◆ CreationTime
DateTime OpenTok.Stream.CreationTime |
|
The creation time of this stream.
◆ HasAudio
bool OpenTok.Stream.HasAudio |
|
Whether this stream has video (true
) or not (false
).
◆ HasVideo
bool OpenTok.Stream.HasVideo |
|
Whether this stream has video (true
) or not (false
).
◆ Height
int OpenTok.Stream.Height |
|
The height of the video from this stream.
◆ Id
The unique identifier for this stream.
◆ Name
string OpenTok.Stream.Name |
|
The name of the stream. You can display this name to identify the stream's publisher.
◆ VideoSourceType
◆ Width
The width of the video from this stream.