pjmedia_dir class abstract
Media direction.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- PJMEDIA_DIR_CAPTURE → const int
- Same as encoding direction.
- PJMEDIA_DIR_CAPTURE_PLAYBACK → const int
- Same as ENCODING_DECODING
- PJMEDIA_DIR_CAPTURE_RENDER → const int
- Same as ENCODING_DECODING
- PJMEDIA_DIR_DECODING → const int
- Decoding (incoming from network) stream, also known as playback.
- PJMEDIA_DIR_ENCODING → const int
- Encoding (outgoing to network) stream, also known as capture
- PJMEDIA_DIR_ENCODING_DECODING → const int
- Incoming and outgoing stream, same as PJMEDIA_DIR_CAPTURE_PLAYBACK
- PJMEDIA_DIR_NONE → const int
- None
- PJMEDIA_DIR_PLAYBACK → const int
- Same as decoding.
- PJMEDIA_DIR_RENDER → const int
- Same as decoding.