Package ch.bailu.gtk.gst
Schnittstelle Format
public interface Format
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
buffers (few, if any, elements implement this as of
May 2009)static final int
bytesstatic final int
the default format of the pad/element.static final int
percentage of stream (few, if any, elements implement
this as of May 2009)static final int
time in nanosecondsstatic final int
undefined format
-
Felddetails
-
UNDEFINED
static final int UNDEFINEDundefined format- Siehe auch:
-
DEFAULT
static final int DEFAULTthe default format of the pad/element. This can be
samples for raw audio, frames/fields for raw video (some, but not all,
elements support this; use @GST_FORMAT_TIME if you don't have a good
reason to query for samples/frames)- Siehe auch:
-
BYTES
static final int BYTESbytes- Siehe auch:
-
TIME
static final int TIMEtime in nanoseconds- Siehe auch:
-
BUFFERS
static final int BUFFERSbuffers (few, if any, elements implement this as of
May 2009)- Siehe auch:
-
PERCENT
static final int PERCENTpercentage of stream (few, if any, elements implement
this as of May 2009)- Siehe auch:
-