Klasse BufferInfoType

java.lang.Object
org.jupnp.support.model.dlna.types.BufferInfoType

public class BufferInfoType extends Object
Autor:
Mario Franco, Amit Kumar Mondal - Code Refactoring
  • Konstruktordetails

    • BufferInfoType

      public BufferInfoType(Long dejitterSize)
    • BufferInfoType

      public BufferInfoType(Long dejitterSize, CodedDataBuffer cdb, Long targetDuration, Boolean fullnessReports)
  • Methodendetails

    • valueOf

      public static BufferInfoType valueOf(String s)
    • getString

      public String getString()
    • getDejitterSize

      public Long getDejitterSize()
      Gibt zurück:
      the dejitter size
    • getCdb

      public CodedDataBuffer getCdb()
      Gibt zurück:
      the cdb
    • getTargetDuration

      public Long getTargetDuration()
      Gibt zurück:
      the targetDuration
    • isFullnessReports

      public Boolean isFullnessReports()
      Gibt zurück:
      the fullnessReports