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'
	| ... 6 more ...
	| 'BGRX';

Used by

Released under the Mozilla Public License 2.0.