AudioCodecParameters class
- Inheritance
- 
    - Object
- CodecParameters
- AudioCodecParameters
 
Constructors
Properties
- bitRate ↔ int
- 
  
  getter/setter pair
- blockAlign ↔ int
- 
  
  getter/setter pair
- channels ↔ int
- 
  
  getter/setter pair
- codec ↔ String
- 
  codec name
  getter/setter pairinherited
- extra ↔ Uint8List?
- 
  
  getter/setter pairinherited
- frameRate ↔ double
- 
  
  getter/setter pair
- frameSize ↔ int
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isFloat ↔ bool
- 
  
  getter/setter pair
- isPlanar ↔ bool
- 
  
  getter/setter pair
- isUnsigned ↔ bool
- 
  
  getter/setter pair
- level ↔ int
- 
  
  getter/setter pair
- profile ↔ int
- 
  
  getter/setter pair
- rawSampleSize ↔ int
- 
  
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- sampleRate ↔ int
- 
  
  getter/setter pair
- tag ↔ int
- 
  fourcc
  getter/setter pairinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited