KiteFFmpeg
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteFFmpeg
kiteffmpeg
/
io.github.yuroyami.kiteffmpeg
/
FFmpegError
/
DemuxerNotFound
Demuxer
Not
Found
class
DemuxerNotFound
(
code
:
Int
,
message
:
String
)
:
FFmpegError
No demuxer recognizes the input (
AVERROR_DEMUXER_NOT_FOUND
).
Members
Constructors
Demuxer
Not
Found
Link copied to clipboard
constructor
(
code
:
Int
,
message
:
String
)
Properties
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
val
message
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String