mirai
2.10.0
common
mirai-core-api
/
net.mamoe.mirai.message.data
/
AudioCodec
Audio
Codec
common
enum
AudioCodec
:
Enum
<
AudioCodec
>
Content copied to clipboard
语音编码方式.
Since
2.7
Entries
Types
Properties
Entries
SILK
Link copied to clipboard
common
SILK
(
1
,
"silk"
)
Content copied to clipboard
高音质编码格式
AMR
Link copied to clipboard
common
AMR
(
0
,
"amr"
)
Content copied to clipboard
低音质编码格式
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
formatName
Link copied to clipboard
common
val
formatName
:
String
Content copied to clipboard
id
Link copied to clipboard
common
val
id
:
Int
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard