raw property

dynamic raw
final

Raw version of the format from the underlying platform.

On Android, this should be an int from class android.graphics.ImageFormat. See https://developer.android.com/reference/android/graphics/ImageFormat

On iOS, this should be a FourCharCode constant from Pixel Format Identifiers. See https://developer.apple.com/documentation/corevideo/1563591-pixel_format_identifiers

Implementation

final dynamic raw;