toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player-interface
/
com.quickplay.vstb7.player.info.playback
/
DecoderInfo
Decoder
Info
data
class
DecoderInfo
(
val
codecName
:
String
?
=
UNKNOWN
,
val
codecType
:
CodecType
?
=
CodecType.UNKNOWN
)
:
Parcelable
Members
Constructors
Decoder
Info
Link copied to clipboard
constructor
(
parcel
:
Parcel
)
constructor
(
codecName
:
String
?
=
UNKNOWN
,
codecType
:
CodecType
?
=
CodecType.UNKNOWN
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
DecoderInfo
>
Properties
codec
Name
Link copied to clipboard
val
codecName
:
String
?
codec
Type
Link copied to clipboard
val
codecType
:
CodecType
?
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)