pjmedia_format class final

This structure contains all the information needed to completely describe a media.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_format()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
det UnnamedUnion5
getter/setter pair
detail_type int
The type of detail structure in the \a detail pointer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int
The format id that specifies the audio sample or video pixel format. Some well known formats ids are declared in pjmedia_format_id enumeration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
The top-most type of the media, as an information.
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