org.gstreamer
public class StreamInfo extends GObject
Modifier and Type | Class and Description |
---|---|
static class |
StreamInfo.StreamType |
GObject.GCallback, GObject.NOTIFY
NativeObject.Initializer
defaultInit, 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() |
String |
getCodec() |
String |
getDecoder() |
String |
getLanguageCode() |
boolean |
getMute() |
GstObject |
getObject()
Source Pad or object of the stream
|
StreamInfo.StreamType |
getStreamType() |
addCallback, connect, connect, connect, connect, disconnect, disconnect, disconnect, disposeNativeHandle, emit, emit, g_signal_connect, get, getPointer, getPropertyDefaultValue, getPropertyMaximumValue, getPropertyMinimumValue, getType, getType, getTypeName, invalidate, listPropertyNames, ref, removeCallback, set, unref
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, isDisposed, nativeValue, objectFor, objectFor, objectFor, objectFor, toString
public 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 String getDecoder()
public boolean getMute()
public Caps getCaps()
public String getLanguageCode()
public String getCodec()
Copyright © 2014. All rights reserved.