Added in API level 31
    ParameterDescriptor
class ParameterDescriptor
| kotlin.Any | |
| ↳ | android.media.MediaCodec.ParameterDescriptor | 
Contains description of a parameter.
Summary
| Public methods | |
|---|---|
| open Boolean | |
| open String | 
            getName()Returns the name of the parameter.  | 
        
| open Int | 
            getType()Returns the type of the parameter.  | 
        
| open Int | 
            hashCode() | 
        
Public methods
equals
Added in API level 31
      open fun equals(other: Any?): Boolean
| Parameters | |
|---|---|
obj | 
            the reference object with which to compare. | 
| Return | |
|---|---|
Boolean | 
            true if this object is the same as the obj argument; false otherwise. | 
          
getName
Added in API level 31
      open fun getName(): String
Returns the name of the parameter.
| Return | |
|---|---|
String | 
            This value cannot be null. | 
          
getType
Added in API level 31
      open fun getType(): Int
Returns the type of the parameter. MediaFormat.TYPE_NULL is never returned.
hashCode
Added in API level 31
      open fun hashCode(): Int
| Return | |
|---|---|
Int | 
            a hash code value for this object. |