pjmedia_wav_player_info class final

Additional information about the WAV player.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
fmt_id int
Format ID of the payload.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload_bits_per_sample int
The number of bits per sample of the file payload. For example, the value is 16 for PCM WAV and 8 for Alaw/Ulas WAV files.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size_bytes int
The WAV payload size in bytes.
getter/setter pair
size_samples int
The WAV payload size in samples.
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