MediaSourceImageCaptureFormat class

Specifies the format of an image captured from a media source with O3hMediaSource.captureImage().

Signature:

export declare abstract class MediaSourceImageCaptureFormat 

Properties

PropertyModifiersTypeDescription
JPG

static

readonly

(not declared)
PNG

static

readonly

(not declared)

MediaSourceImageCaptureFormat.JPG property

Signature:

static readonly JPG = 0;

MediaSourceImageCaptureFormat.PNG property

Signature:

static readonly PNG = 1;