ImageFormatRawPixelFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pixel format to be applied to the raw image.
public readonly struct ImageFormatRawPixelFormat : IEquatable<Azure.Media.VideoAnalyzer.Edge.Models.ImageFormatRawPixelFormat>
type ImageFormatRawPixelFormat = struct
Public Structure ImageFormatRawPixelFormat
Implements IEquatable(Of ImageFormatRawPixelFormat)
- Inheritance
-
ImageFormatRawPixelFormat
- Implements
Constructors
ImageFormatRawPixelFormat(String) |
Initializes a new instance of ImageFormatRawPixelFormat. |
Properties
Abgr |
Packed ABGR 8:8:8:8, 32bpp, ABGRABGR. |
Argb |
Packed ARGB 8:8:8:8, 32bpp, ARGBARGB. |
Bgr24 |
Packed RGB 8:8:8, 24bpp, BGRBGR. |
Bgra |
Packed BGRA 8:8:8:8, 32bpp, BGRABGRA. |
Rgb24 |
Packed RGB 8:8:8, 24bpp, RGBRGB. |
Rgb555Be |
Packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined. |
Rgb555Le |
Packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined. |
Rgb565Be |
Packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian. |
Rgb565Le |
Packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian. |
Rgba |
Packed RGBA 8:8:8:8, 32bpp, RGBARGBA. |
Yuv420P |
Planar YUV 4:2:0, 12bpp, (1 Cr and Cb sample per 2x2 Y samples). |
Methods
Equals(ImageFormatRawPixelFormat) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ImageFormatRawPixelFormat, ImageFormatRawPixelFormat) |
Determines if two ImageFormatRawPixelFormat values are the same. |
Implicit(String to ImageFormatRawPixelFormat) |
Converts a string to a ImageFormatRawPixelFormat. |
Inequality(ImageFormatRawPixelFormat, ImageFormatRawPixelFormat) |
Determines if two ImageFormatRawPixelFormat values are not the same. |
Applies to
Azure SDK for .NET