Added in API level 31

ParameterDescriptor

class ParameterDescriptor
kotlin.Any
   ↳ android.media.MediaCodec.ParameterDescriptor

Contains description of a parameter.

Summary

Public methods
open Boolean
equals(other: Any?)

open String

Returns the name of the parameter.

open Int

Returns the type of the parameter.

open Int

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.

hashCode

Added in API level 31
open fun hashCode(): Int
Return
Int a hash code value for this object.