LVCBgmView.h 451 Bytes
//
//  LVCBgmView.h
//  LiveVideoCloud
//
//  Created by iOS on 2017/7/10.
//  Copyright © 2017年 cnlive. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "LVCAECommonView.h"

@interface LVCBgmView : UIView

@property (nonatomic, strong) LVCAECommonView *bgmView;
@property (nonatomic, copy) void(^BgmVolumeBlock)(float origin, float dub);

- (instancetype)initWithFrame:(CGRect)frame type:(NSUInteger)type data:(NSArray *)dataSource;

@end