HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file media.PixelMapYUV by barry
expand copy to clipboardexpand
uses WH

data PixelMapYUV {
	WH size
	byte y[]
	byte u[]
	byte v[]
	int yLineLength
	int uLineLength
	int vLineLength
}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n media.PixelMapYUV -m "reason for update" -u yourUsername
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Adds YUV pixel map support