MediaInputs class
Media Inputs Requests
Constructors
- MediaInputs(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
-
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(
{required String inputName, required int mediaCursor}) → Future< void> - Sets the cursor position of a media input.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited