public abstract class RTPTrack extends Object
| Constructor and Description |
|---|
RTPTrack(TrackBox audioTrackBox,
TrackBox audioHintTrackBox,
File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
float |
getHeartBeat() |
double |
getNPT() |
float |
getPacketPeriod() |
String |
getSdpText() |
long |
getTrackId() |
RTPSample |
process() |
void |
setRtpTime(long rtpTime) |
public RTPTrack(TrackBox audioTrackBox, TrackBox audioHintTrackBox, File file) throws FileNotFoundException
FileNotFoundExceptionpublic void setRtpTime(long rtpTime)
public RTPSample process() throws IOException
IOExceptionpublic void close()
public String getSdpText()
public long getTrackId()
public float getPacketPeriod()
public float getHeartBeat()
public double getNPT()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.