pjmedia_frame class final

This structure describes a media frame.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_frame()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
bit_info int
< Bit info of the frame, sample case: a frame may not exactly start and end at the octet boundary, so this field may be used for specifying start & end bit offset.
getter/setter pair
buf Pointer<Void>
< Pointer to buffer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
< Frame size in bytes.
getter/setter pair
timestamp pj_timestamp
< Frame timestamp.
getter/setter pair
type int
< Frame type.
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