public class SDPMessage extends NativeObject
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gst-plugins-base-libs/html/gst-plugins-base-libs-GstSDPMessage.html
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Field and Description |
|---|---|
static String |
GTYPE_NAME |
| Constructor and Description |
|---|
SDPMessage()
Creates a new instance of SDPMessage
|
| Modifier and Type | Method and Description |
|---|---|
void |
parseBuffer(String sdpString)
Takes a SDP string and parses it and fills in all fields for SDPMessage.
|
String |
toString()
A SDP formatted string representation of SDPMessage.
|
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidatepublic static final String GTYPE_NAME
public String toString()
toString in class NativeObjectpublic void parseBuffer(String sdpString)
sdpString - the sdp stringCopyright © 2021 gstreamer-java. All rights reserved.