VideoPixelFormatOptions enum
Values
- bgra → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'BGRA')
- bgrx → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'BGRX')
- i420 → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'I420')
- i420a → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'I420A')
- i422 → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'I422')
- i444 → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'I444')
- nv12 → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'NV12')
- rgba → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'RGBA')
- rgbx → const VideoPixelFormatOptions
- 
  
  
    const VideoPixelFormatOptions(r'RGBX')
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- value → String
- 
  
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<VideoPixelFormatOptions> 
- A constant List of the values in this enum, in order of their declaration.