logo
On this page

ZegoPictureCapturer

ZegoPictureCapturer

Declared in ZegoExpressDefines.h

Methods

setPath:

setPath:
- (void)setPath:(NSString *) path;
Set the path of the picture capturer source.
Declared in ZegoExpressDefines.h

Parameters

NameTypeDescription
pathNSString *The path of the picture. Support local picture file path (file://xxx), Android URI path (uri://xxx), asset resource path (asset://xxx). The URL length cannot exceed 512 characters.

Details

Set the path of the picture capturer source.

  • Related APIs: User can call [createPictureCapturer] function to create a picture capturer instance.
  • Available since: 3.22.0

getIndex

getIndex
- (int)getIndex;
Get picture capturer instance index.
Declared in ZegoExpressDefines.h

Picture capturer instance index.

Previous

zegoperformancestatus

Next

zegoplayerconfig

On this page

Back to top