StreamSession class final

Properties

audioSettings AudioCodecSettings
Specifies the audio codec properties.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memory int?
The platform memory address.
no setter
readyState Stream<StreamSessionReadyState>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoSettings VideoCodecSettings
Specifies the video codec properties.
getter/setter pair

Methods

close() Future<void>
Closes the session from the server.
connect() Future<void>
Creates a two-way connection to a server.
dispose() Future<void>
Disposes the session platform instance.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerTexture(Map<String, dynamic> params) Future<int?>
Registers a texture to this session.
toString() String
A string representation of this object.
inherited
unregisterTexture(Map<String, dynamic> params) Future<void>
Unregisters a texture to this session.
updateTexture(Map<String, dynamic> params) Future<int?>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(String url, StreamSessionMode mode) Future<StreamSession>