Class IncomingVideoOptions


  • public final class IncomingVideoOptions
    extends Object
    Hold properties that configure incoming video streams
    • Constructor Detail

      • IncomingVideoOptions

        public IncomingVideoOptions()
        Default constructor
    • 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 class Object
      • getStreamType

        public VideoStreamType getStreamType()
        Get or set the Incoming Video Stream that should be provided
      • setStreamType

        public IncomingVideoOptions setStreamType​(VideoStreamType value)
        Get or set the Incoming Video Stream that should be provided
        Parameters:
        value - The new value.