Class Output

    • Constructor Detail

      • Output

        public Output()
    • Method Detail

      • getName

        public String getName()
        Output name.
      • getType

        public String getType()
        Output type/kind.
      • getWidth

        public int getWidth()
        Video output width.
      • getHeight

        public int getHeight()
        Video output height.
      • getFlags

        public Object getFlags()
        Output flags.
      • getFlagsRawValue

        public int getFlagsRawValue()
        Raw flags value.
      • isFlagsAudio

        public boolean isFlagsAudio()
        Output uses audio.
      • isFlagsVideo

        public boolean isFlagsVideo()
        Output uses video.
      • isFlagsEncoded

        public boolean isFlagsEncoded()
        Output is encoded.
      • isFlagsMultiTrack

        public boolean isFlagsMultiTrack()
        Output uses several audio tracks.
      • isFlagsService

        public boolean isFlagsService()
        Output uses a service.
      • getSettings

        public Object getSettings()
      • isActive

        public boolean isActive()
        Output status (active or not).
      • isReconnecting

        public boolean isReconnecting()
        Output reconnection status (reconnecting or not).
      • getCongestion

        public double getCongestion()
        Output congestion.
      • getTotalFrames

        public int getTotalFrames()
        Number of frames sent.
      • getDroppedFrames

        public int getDroppedFrames()
        Number of frames dropped.
      • getTotalBytes

        public int getTotalBytes()
        Total bytes sent.