public class BufferInfoType extends Object
Constructor and Description |
---|
BufferInfoType(Long dejitterSize) |
BufferInfoType(Long dejitterSize,
CodedDataBuffer cdb,
Long targetDuration,
Boolean fullnessReports) |
Modifier and Type | Method and Description |
---|---|
CodedDataBuffer |
getCdb() |
Long |
getDejitterSize() |
String |
getString() |
Long |
getTargetDuration() |
Boolean |
isFullnessReports() |
static BufferInfoType |
valueOf(String s) |
public BufferInfoType(Long dejitterSize)
public BufferInfoType(Long dejitterSize, CodedDataBuffer cdb, Long targetDuration, Boolean fullnessReports)
public static BufferInfoType valueOf(String s) throws InvalidValueException
InvalidValueException
public String getString()
public Long getDejitterSize()
public CodedDataBuffer getCdb()
public Long getTargetDuration()
public Boolean isFullnessReports()
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.