MediaInputs class

Media Inputs Requests

Constructors

MediaInputs.new(ObsWebSocket obsWebSocket)

Properties

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

Methods

getMediaInputStatus({String? inputName, String? inputUuid}) Future<MediaInputStatusResponse>
Gets the status of a media input.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetMediaInputCursor({String? inputName, String? inputUuid, required int mediaCursorOffset}) Future<void>
Offsets the current cursor position of a media input by the specified value.
setMediaInputCursor({String? inputName, String? inputUuid, required int mediaCursor}) Future<void>
Sets the cursor position of a media input.
toString() String
A string representation of this object.
inherited
triggerMediaInputAction({String? inputName, String? inputUuid, required ObsMediaInputAction mediaAction}) Future<void>
Triggers an action on a media input.

Operators

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