|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SampleBuffer | |
|---|---|
| de.humatic.dsj | |
| de.humatic.dsj.sink | |
| de.humatic.dsj.src.rtp | |
| Uses of SampleBuffer in de.humatic.dsj |
|---|
| Subclasses of SampleBuffer in de.humatic.dsj | |
|---|---|
class |
DSSampleBuffer
DSSampleBuffer objects are delivered by the SampleAccessFilter, see DSFiltergraph.insertSampleAccessFilter(...).. |
class |
JSampleBuffer
JSampleBuffer is a typed structure holding a block of data - usually a video- or audioframe - and some related attributes. |
| Uses of SampleBuffer in de.humatic.dsj.sink |
|---|
| Methods in de.humatic.dsj.sink with parameters of type SampleBuffer | |
|---|---|
void |
TSNetworkSink.sampleReceived(SampleBuffer buffer)
|
void |
RTPSink.sampleReceived(SampleBuffer inBuffer)
|
void |
RTMPSink.sampleReceived(SampleBuffer inBuffer)
|
void |
MKVSink.sampleReceived(SampleBuffer buffer)
|
void |
MJPGSink.sampleReceived(SampleBuffer inBuffer)
|
void |
JSink.sampleReceived(SampleBuffer buffer)
Called from SampleAccessFilters used by this sink. |
void |
HTTPAudioSink.sampleReceived(SampleBuffer inBuffer)
|
| Uses of SampleBuffer in de.humatic.dsj.src.rtp |
|---|
| Methods in de.humatic.dsj.src.rtp with parameters of type SampleBuffer | |
|---|---|
byte[][] |
RTPHandler.handleSample(SampleBuffer sb,
int headerLength)
Sample packetizing method (output mode), called from RTSPSink with full video or audio samples. |
byte[][] |
RTPChannel.handleSample(SampleBuffer buffer,
int cType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||