Gets or sets the offsets of the byte ordering for the proposed YUV format.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Offsets As Integer() |
C# | |
---|
public int[] Offsets {get; set;} |
Property Value
Integer array that represents the offsets of the byte ordering for the proposed YUV format. When
Planar 1, the only useful data is Offsets[0] which will indicate the arrangement of the YUV buffer.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also