Class SubscriberStats

java.lang.Object
io.antmedia.datastore.db.types.SubscriberStats

@Entity @Deprecated public class SubscriberStats extends Object
Deprecated.
Use Connection Event and Subscriber class instead of this class. No need to use this class anymore
  • Field Details

    • subscriberId

      private String subscriberId
      Deprecated.
      The subscriber id to which this statistic belongs to.
    • streamId

      private String streamId
      Deprecated.
      The related streamId with the subscriber.
    • connectionEvents

      @Deprecated(since="2.12.0", forRemoval=true) private List<ConnectionEvent> connectionEvents
      Deprecated, for removal: This API element is subject to removal in a future version.
      The connection events happened for this subscriber. Use ConnectionEvent class instead of this field
    • avgVideoBitrate

      private long avgVideoBitrate
      Deprecated.
      The average video bitrate for a subscriber.
    • avgAudioBitrate

      private long avgAudioBitrate
      Deprecated.
      The average audio bitrate for a subscriber.
  • Constructor Details

    • SubscriberStats

      public SubscriberStats()
      Deprecated.
  • Method Details

    • getSubscriberId

      public String getSubscriberId()
      Deprecated.
    • setSubscriberId

      public void setSubscriberId(String subscriberId)
      Deprecated.
    • getStreamId

      public String getStreamId()
      Deprecated.
    • setStreamId

      public void setStreamId(String streamId)
      Deprecated.
    • getConnectionEvents

      public List<ConnectionEvent> getConnectionEvents()
      Deprecated.
    • setConnectionEvents

      public void setConnectionEvents(List<ConnectionEvent> connectionEvents)
      Deprecated.
    • addConnectionEvent

      public void addConnectionEvent(ConnectionEvent connectionEvent)
      Deprecated.
    • setAvgVideoBitrate

      public void setAvgVideoBitrate(long avgVideoBitrate)
      Deprecated.
    • getAvgVideoBitrate

      public long getAvgVideoBitrate()
      Deprecated.
    • setAvgAudioBitrate

      public void setAvgAudioBitrate(long avgAudioBitrate)
      Deprecated.
    • getAvgAudioBitrate

      public long getAvgAudioBitrate()
      Deprecated.