InputLossBehavior class
Input Loss Behavior
Constructors
- InputLossBehavior({int? blackFrameMsec, String? inputLossImageColor, InputLocation? inputLossImageSlate, InputLossImageType? inputLossImageType, int? repeatFrameMsec})
-
InputLossBehavior.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blackFrameMsec → int?
-
Documentation update needed
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputLossImageColor → String?
-
When input loss image type is "color" this field specifies the color to use.
Value: 6 hex characters representing the values of RGB.
final
- inputLossImageSlate → InputLocation?
-
When input loss image type is "slate" these fields specify the parameters
for accessing the slate.
final
- inputLossImageType → InputLossImageType?
-
Indicates whether to substitute a solid color or a slate into the output
after input loss exceeds blackFrameMsec.
final
- repeatFrameMsec → int?
-
Documentation update needed
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited