public class SmoothStreamingFragment
extends Object
| Constructor | Description |
|---|---|
SmoothStreamingFragment() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getDuration() |
|
PacketFragmentList |
getFragmentList() |
|
com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoAudio |
getMediaInfoAudio() |
|
com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoVideo |
getMediaInfoVideo() |
|
long |
getStartTimecode() |
|
long |
getStopTimecode() |
|
void |
setDuration(long duration) |
|
void |
setMediaInfoAudio(com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoAudio mediaInfoAudio) |
|
void |
setMediaInfoVideo(com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoVideo mediaInfoVideo) |
|
void |
setStartTimecode(long startTimecode) |
|
void |
setStopTimecode(long stopTimecode) |
public long getDuration()
public PacketFragmentList getFragmentList()
public com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoAudio getMediaInfoAudio()
public com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoVideo getMediaInfoVideo()
public long getStartTimecode()
public long getStopTimecode()
public void setDuration(long duration)
public void setMediaInfoAudio(com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoAudio mediaInfoAudio)
public void setMediaInfoVideo(com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingMediaInfoVideo mediaInfoVideo)
public void setStartTimecode(long startTimecode)
public void setStopTimecode(long stopTimecode)