Filters class

Filters Requests

Constructors

Filters(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
removeSource({required String sourceName, required String filterName}) Future<void>
Removes a filter from a source.
removeSourceFilter({required String sourceName, required String filterName}) Future<void>
Removes a filter from a source.
setSourceEnabled({required String sourceName, required String filterName, required bool filterEnabled}) Future<void>
Sets the enable state of a source filter.
setSourceFilterEnabled({required String sourceName, required String filterName, required bool filterEnabled}) Future<void>
Sets the enable state of a source filter.
setSourceFilterIndex({required String sourceName, required String filterName, required int filterIndex}) Future<void>
Sets the index position of a filter on a source.
setSourceFilterName({required String sourceName, required String filterName, required String newFilterName}) Future<void>
Sets the name of a source filter (rename).
setSourceIndex({required String sourceName, required String filterName, required int filterIndex}) Future<void>
Sets the index position of a filter on a source.
setSourceName({required String sourceName, required String filterName, required String newFilterName}) Future<void>
Sets the name of a source filter (rename).
toString() String
A string representation of this object.
inherited

Operators

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