ByteRTCAudioEffectPlayerConfig class
- Inheritance
-
- Object
- NativeClass
- ByteRTCAudioEffectPlayerConfig
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