pjmedia_clock_src class final
Media clock source.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - clock_rate ↔ int
-
< Clock rate.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- last_update ↔ pj_timestamp
-
Timestamp's last update. The last_update field contains a value in
ticks, and it is expected to be increased by pj_get_timestamp_freq()
ticks per second.
getter/setter pair
- media_type ↔ int
-
< Media type.
getter/setter pair
- ptime_usec ↔ int
-
< Frame interval (in usec).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ pj_timestamp
-
The timestamp field holds an increasing value in samples and its
value is expected to be increased by clock_rate samples per second.
getter/setter pair
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