AudioCodec

enum AudioCodec : Enum<AudioCodec>

语音编码方式.

Since

2.7

Entries

SILK
Link copied to clipboard
SILK(1, "silk")

高音质编码格式

AMR
Link copied to clipboard
AMR(0, "amr")

低音质编码格式

Types

Companion
Link copied to clipboard
object Companion

Properties

formatName
Link copied to clipboard
val formatName: String
id
Link copied to clipboard
val id: Int
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int