public class StreamInfo extends GObject
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamInfo.StreamType |
GObject.GCallbackNativeObject.InitializerdefaultInit, ownsHandle| Constructor and Description |
|---|
StreamInfo(NativeObject.Initializer init)
For internal gstreamer-java use only
|
StreamInfo(com.sun.jna.Pointer ptr,
boolean needRef,
boolean ownsHandle) |
| Modifier and Type | Method and Description |
|---|---|
Caps |
getCaps() |
java.lang.String |
getCodec() |
java.lang.String |
getDecoder() |
java.lang.String |
getLanguageCode() |
boolean |
getMute() |
GstObject |
getObject()
Source Pad or object of the stream
|
StreamInfo.StreamType |
getStreamType() |
addCallback, connect, connect, connect, disconnect, disconnect, disposeNativeHandle, emit, emit, g_signal_connect, get, getPointer, getPropertyDefaultValue, getPropertyMaximumValue, getPropertyMinimumValue, getType, invalidate, objectForX, ref, removeCallback, set, unrefclassFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toStringpublic StreamInfo(NativeObject.Initializer init)
init - initialization datapublic StreamInfo(com.sun.jna.Pointer ptr,
boolean needRef,
boolean ownsHandle)
public StreamInfo.StreamType getStreamType()
public GstObject getObject()
public java.lang.String getDecoder()
public boolean getMute()
public Caps getCaps()
public java.lang.String getLanguageCode()
public java.lang.String getCodec()