The members of Android.Net.Rtp.RtpStream are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | IsBusy | bool. Returns true if the stream is busy. |
| [read-only] | LocalAddress | Java.Net.InetAddress. Returns the network address of the local host. |
| [read-only] | LocalPort | int. Returns the network port of the local host. |
| Mode | RtpStreamMode. Returns the current mode. | |
| [read-only] | RemoteAddress | Java.Net.InetAddress. Returns the network address of the remote host or null if the stream is not associated. |
| [read-only] | RemotePort | int. Returns the network port of the remote host or -1 if the stream is not associated. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Associate(Java.Net.InetAddress, int)Associates with a remote host. | ||
Release()Releases allocated resources. | ||