Class EncoderStatsType


  • public class EncoderStatsType
    extends java.lang.Object

    Java class for encoder_statsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="encoder_statsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="session_count" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="average_fps" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="average_latency" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAverageFps()
      Gets the value of the averageFps property.
      java.lang.Integer getAverageLatency()
      Gets the value of the averageLatency property.
      java.lang.Integer getSessionCount()
      Gets the value of the sessionCount property.
      void setAverageFps​(java.lang.String value)
      Sets the value of the averageFps property.
      void setAverageLatency​(java.lang.String value)
      Sets the value of the averageLatency property.
      void setSessionCount​(java.lang.String value)
      Sets the value of the sessionCount property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncoderStatsType

        public EncoderStatsType()
    • Method Detail

      • getSessionCount

        public java.lang.Integer getSessionCount()
        Gets the value of the sessionCount property.
        Returns:
        possible object is String
      • setSessionCount

        public void setSessionCount​(java.lang.String value)
        Sets the value of the sessionCount property.
        Parameters:
        value - allowed object is String
      • getAverageFps

        public java.lang.Integer getAverageFps()
        Gets the value of the averageFps property.
        Returns:
        possible object is String
      • setAverageFps

        public void setAverageFps​(java.lang.String value)
        Sets the value of the averageFps property.
        Parameters:
        value - allowed object is String
      • getAverageLatency

        public java.lang.Integer getAverageLatency()
        Gets the value of the averageLatency property.
        Returns:
        possible object is String
      • setAverageLatency

        public void setAverageLatency​(java.lang.String value)
        Sets the value of the averageLatency property.
        Parameters:
        value - allowed object is String