Class ImageFormatRaw
java.lang.Object
com.azure.media.videoanalyzer.edge.models.ImageFormatProperties
com.azure.media.videoanalyzer.edge.models.ImageFormatRaw
Raw image formatting.
- 
Constructor SummaryConstructorsConstructorDescriptionImageFormatRaw(ImageFormatRawPixelFormat pixelFormat) Creates an instance of ImageFormatRaw class.
- 
Method SummaryModifier and TypeMethodDescriptionGet the pixelFormat property: Pixel format to be applied to the raw image.
- 
Constructor Details- 
ImageFormatRawCreates an instance of ImageFormatRaw class.- Parameters:
- pixelFormat- the pixelFormat value to set.
 
 
- 
- 
Method Details- 
getPixelFormatGet the pixelFormat property: Pixel format to be applied to the raw image.- Returns:
- the pixelFormat value.
 
 
-