RtpStreamMode Enum

Definition

Enumerates values returned by several types.

public enum RtpStreamMode
type RtpStreamMode = 
Inheritance
RtpStreamMode

Fields

Normal 0

This mode indicates that the stream sends and receives packets at the same time.

ReceiveOnly 2

This mode indicates that the stream only receives packets.

SendOnly 1

This mode indicates that the stream only sends packets.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to