Skip to content
Type

VideoSamplePixelFormat

The internal pixel format with which a VideoSample is stored. See pixel formats for more.

ts
type VideoSamplePixelFormat =
	| 'I420'
	| 'I420P10'
	| 'I420P12'
	| 'I420A'
	| 'I420AP10'
	| 'I420AP12'
	| 'I422'
	| 'I422P10'
	| 'I422P12'
	| 'I422A'
	| 'I422AP10'
	| 'I422AP12'
	| 'I444'
	| 'I444P10'
	| 'I444P12'
	| 'I444A'
	| 'I444AP10'
	| 'I444AP12'
	| 'NV12'
	| 'RGBA'
	| 'RGBX'
	| 'BGRA'
	| 'BGRX';

Used by

Released under the Mozilla Public License 2.0.