FrameFormat Class
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.
Represents a collection of image format properties (e.g. FOURCC, width, height, stride, ...)
public class FrameFormat : IDisposable
type FrameFormat = class
interface IDisposable
Public Class FrameFormat
Implements IDisposable
- Inheritance
-
FrameFormat
- Implements
Properties
BitsPerPixel |
Get the bits per pixel of the frame |
FourCC |
Get the FourCC representation of the frame |
Height |
Get the height of the frame in pixels |
Stride |
Get the stride of the frame in pixels |
Width |
Get the width of the frame in pixels |
Methods
CreateFourCCFormat(Char, Char, Char, Char, Int32, Int32, Int32) |
Create a FrameFormat from FourCC values |
CreateRGBFormat(Int32, Int32, Int32, Int32) |
Create a FrameFormat from RGB values |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Extension Methods
GetProperty(FrameFormat, String, String) |
Gets the value of an advanced property by name. |
SetProperty(FrameFormat, String, String) |
Sets the value of an advanced property by name. |
Applies to
Azure SDK for .NET