ByteRTCLocalAudioStats class

Inheritance
  • Object
  • NativeClass
  • ByteRTCLocalAudioStats

Constructors

ByteRTCLocalAudioStats([NativeClassOptions? options])

Properties

$resource → NativeResource
no setterinherited
audioDeviceLoopDelay FutureOr<NSInteger?>
@brief Audio device record and playout delay in ms.
getter/setter pair
audioLossRate FutureOr<float?>
@brief Audio packet loss rate. The audio uplink packet loss rate in this reference period is in the range of 0,1.
getter/setter pair
encodeFrameRate FutureOr<double?>
@brief Audio encode frame rate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jitter FutureOr<NSInteger?>
@brief Audio uplink network jitter in ms.
getter/setter pair
numChannels FutureOr<NSInteger?>
@brief Number of audio channels.
getter/setter pair
ready Future<void>
Whether the instance is initialized
no setterinherited
recordSampleRate FutureOr<NSInteger?>
@brief Acquisition sampling rate. Audio sampling rate information collected in the reference period, in units of Hz.
getter/setter pair
rtt FutureOr<NSInteger?>
@brief Round-trip time. The unit is ms.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentKBitrate FutureOr<float?>
@brief The bit rate of transmission. The audio transmission rate in the reference period is kbps.
getter/setter pair
sentSampleRate FutureOr<NSInteger?>
@brief Audio transmission sampling rate. Audio transmission sampling rate information in the reference period, in Hz.
getter/setter pair
statsInterval FutureOr<NSInteger?>
@brief Statistical interval. The interval of this reference period is in ms.
This field is used to set the reference period for the callback. The default setting is 2s.
getter/setter pair

Methods

destroy() → void
inherited
nativeCall<T>(String method, [List? args, NativeMethodMeta? meta]) Future<T>
Call instance method
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendInstanceGet<T>(String property) Future<T>
Get instance property
inherited
sendInstancePropertiesGet(dynamic nativeClass) Future<Map<String, dynamic>>
Get instance properties
inherited
sendInstanceSet(String property, dynamic value) Future<void>
Set instance property
inherited
toString() String
A string representation of this object.
inherited
updateResource(NativeResource resource) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

codegen_$namespace → dynamic
no setter