public class WebRTCSessionDescription extends NativeObject
NativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>| Modifier and Type | Field and Description |
|---|---|
static String |
GTYPE_NAME |
| Constructor and Description |
|---|
WebRTCSessionDescription(WebRTCSDPType type,
SDPMessage sdpMessage)
Creates a new instance of WebRTCSessionDescription.
|
| Modifier and Type | Method and Description |
|---|---|
SDPMessage |
getSDPMessage()
Gets the SDPMessage from the WebRTCSessionDescription.
|
close, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic static final String GTYPE_NAME
public WebRTCSessionDescription(WebRTCSDPType type, SDPMessage sdpMessage)
type - The WebRTCSDPType type of the session descriptionsdpMessage - The SDPMessage of the session descriptionpublic SDPMessage getSDPMessage()
SDPMessage for the WebRTCSessionDescriptionCopyright © 2021 gstreamer-java. All rights reserved.