1
This commit is contained in:
@@ -47,6 +47,12 @@ typedef NS_ENUM(NSInteger, KBAiRecordButtonState) {
|
||||
/// 主色调
|
||||
@property(nonatomic, strong) UIColor *tintColor;
|
||||
|
||||
/// 正常状态左侧图标
|
||||
@property(nonatomic, strong, nullable) UIImage *normalIconImage;
|
||||
|
||||
/// 录音中状态图标(居中显示)
|
||||
@property(nonatomic, strong, nullable) UIImage *recordingIconImage;
|
||||
|
||||
/// 更新音量(用于波形动画)
|
||||
/// @param rms 音量 RMS 值 (0.0 - 1.0)
|
||||
- (void)updateVolumeRMS:(float)rms;
|
||||
|
||||
Reference in New Issue
Block a user