Stream class

Stream Requests

Constructors

Stream(ObsWebSocket obsWebSocket)

Properties

getStatus Future<StreamStatusResponse>
Gets the status of the stream output.
no setter
hashCode int
The hash code for this object.
no setterinherited
obsWebSocket ObsWebSocket
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Future<StreamStatusResponse>
Gets the status of the stream output.
no setter

Methods

getStreamStatus() Future<StreamStatusResponse>
Gets the status of the stream output.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendStreamCaption(String captionText) Future<void>
Sends CEA-608 caption text over the stream output.
start() Future<void>
Starts the stream output.
startStream() Future<void>
Starts the stream output.
stop() Future<void>
Stops the stream output.
stopStream() Future<void>
Stops the stream output.
toggle() Future<bool>
Toggles the status of the stream output.
toggleStream() Future<bool>
Toggles the status of the stream output.
toString() String
A string representation of this object.
inherited

Operators

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