JRTCSDK-iOS v2401.0
视频客服 API 文档
载入中...
搜索中...
未找到
JRTCBroadcastSampleHandler.h
1//
2// JRTCBroadcastSampleHandler.h
3// JRTCSDK
4//
5// Created by juphoon on 2020/6/12.
6// Copyright © 2020 juphoon. All rights reserved.
7//
8
9#import <ReplayKit/ReplayKit.h>
10
13
17@interface JRTCBroadcastSampleHandler : NSObject
18
24+ (void)broadcastStartedWithAppGroupId:(NSString *)appGroupId initWithSampleHandler:(RPBroadcastSampleHandler *)sampleHandler API_AVAILABLE(ios(10.0));
25
32+ (void)processSampleBuffer:(CMSampleBufferRef)sampleBuffer withType:(RPSampleBufferType)sampleBufferType API_AVAILABLE(ios(10.0));
33
37+ (void)broadcastFinished;
38
42+ (void)broadcastResumed;
43
47+ (void)broadcastPaused;
48
49@end
50
屏幕采集
Definition: JRTCBroadcastSampleHandler.h:18
void broadcastFinished()
broadcastFinished时调用
void broadcastResumed()
broadcastResumed时调用
void broadcastPaused()
broadcastPaused时调用