Android.Net.Rtp.RtpStream Members

The members of Android.Net.Rtp.RtpStream are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsBusybool. Returns true if the stream is busy.
[read-only]
LocalAddressJava.Net.InetAddress. Returns the network address of the local host.
[read-only]
LocalPortint. Returns the network port of the local host.
ModeRtpStreamMode. Returns the current mode.
[read-only]
RemoteAddressJava.Net.InetAddress. Returns the network address of the remote host or null if the stream is not associated.
[read-only]
RemotePortint. Returns the network port of the remote host or -1 if the stream is not associated.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Associate(Java.Net.InetAddress, int)
Associates with a remote host.
Release()
Releases allocated resources.