
# 辅助进程投屏初始化
```
_dataBufferController = [[DataBufferController new] initWithGroupId:kGroup];
```
**接口描述**
APP调用DataBufferController实例对象的initWithGroupId方法。返回值为辅助进程功能对象
**注意事项**
在辅助进程中调用，用来获取辅助进程的功能对象。
**接口定义**
```
- (instancetype)initWithGroupId:(NSString*)groupId;
```
