ByteRTCAudioEffectPlayerConfig class

Inheritance
  • Object
  • NativeClass
  • ByteRTCAudioEffectPlayerConfig

Constructors

ByteRTCAudioEffectPlayerConfig([NativeClassOptions? options])

Properties

$resource → NativeResource
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
pitch FutureOr<NSInteger?>
@brief The increase or decrease value compared with the original pitch of the music file. The range is [-12, 12]. The default value is 0. The pitch distance between two adjacent values is half a step. A positive value indicates a rising pitch, and a negative value indicates a falling pitch.
getter/setter pair
playCount FutureOr<NSInteger?>
@brief Mix playback times
- Play_count < = 0: Infinite loop - Play_count == 1: Play once (default) - Play_count > 1: Play play_count times
getter/setter pair
ready Future<void>
Whether the instance is initialized
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPos FutureOr<NSInteger?>
@brief The starting position in ms. 0 by default.
getter/setter pair
type FutureOr<ByteRTCAudioMixingType?>
@detail keytype @brief Mixing playback types. See ByteRTCAudioMixingType{@link #ByteRTCAudioMixingType}
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