Class VideoConstraints
- Object
-
- VideoConstraints
-
public final class VideoConstraints extends Object
Hold properties that configure VideoConstraints
-
-
Constructor Summary
Constructors Constructor Description VideoConstraints()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.OutgoingVideoConstraints
getOutgoingVideoConstraints()
Constraints for outgoing videoVideoConstraints
setOutgoingVideoConstraints(OutgoingVideoConstraints value)
Constraints for outgoing video
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getOutgoingVideoConstraints
public OutgoingVideoConstraints getOutgoingVideoConstraints()
Constraints for outgoing video
-
setOutgoingVideoConstraints
public VideoConstraints setOutgoingVideoConstraints(OutgoingVideoConstraints value)
Constraints for outgoing video- Parameters:
value
- The new value.
-
-