Package | Description |
---|---|
org.gstreamer.elements |
Modifier and Type | Method and Description |
---|---|
protected FlowReturn |
CustomSrc.srcCreateBuffer(long offset,
int size,
Buffer[] bufRef)
Used when more control of Buffer creation is desired than fillBuffer() affords.
|
protected boolean |
CustomSrc.srcEvent(Event ev) |
protected FlowReturn |
CustomSrc.srcFillBuffer(long offset,
int size,
Buffer buffer)
Used when you just want to fill a Buffer with data.
|
protected void |
CustomSrc.srcFixate(Caps caps) |
protected Caps |
CustomSrc.srcGetCaps() |
protected long |
CustomSrc.srcGetSize() |
protected void |
CustomSrc.srcGetTimes(Buffer buffer,
long[] start,
long[] end) |
protected boolean |
CustomSrc.srcIsSeekable() |
protected boolean |
CustomSrc.srcNegotiate() |
protected boolean |
CustomSrc.srcSeek(GstAPI.GstSegmentStruct segment) |
protected boolean |
CustomSrc.srcSetCaps(Caps caps) |
protected boolean |
CustomSrc.srcStart() |
protected boolean |
CustomSrc.srcStop() |