💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## **抓拍** - (void)takeSnapShotByUserid:(NSString *)userId streamIndex:(NSInteger)streamIndex fileName:(NSString *)fileName localFilePath:(NSString *)localFilePath completion:(SnapshotCallback)callback; #### 接口说明 视频抓拍接口 #### 接口参数简介 | 名称 |类型 |说明 |是否必须 | | --- | --- | --- | --- | | userId | NSString | 抓拍对象ID | 是 | |streamIdx | NSString | 抓拍对象的视频流 | 是 | | fileName | NSString | 抓拍自定义文件名 | 否 | | localFilePath | NSString | 抓拍文件保存位置| 否 | #### SnapshotCallback回调简介: | 返回值| 名称 |说明 |备注 | | --- | --- | --- | --- | | void | callback | result(AnyChatResult): 执行结果 <br>data(NSDictionary)返回数据 | result. errorCode : 0表示成功,其他表示错误代号<br>result.errorMsg: 错误描述<br>data[@"filePath"] 存储路径 |