toggle menu
RootEncoder
androidJvm
switch theme
search in API
encoder
/
com.pedro.encoder.input.decoder
/
Extractor
Extractor
interface
Extractor
Created by pedro on 18/10/24.
Inheritors
AndroidExtractor
Members
Functions
advance
Link copied to clipboard
abstract
fun
advance
(
)
:
Boolean
get
Audio
Info
Link copied to clipboard
abstract
fun
getAudioInfo
(
)
:
AudioInfo
get
Format
Link copied to clipboard
abstract
fun
getFormat
(
)
:
MediaFormat
get
Sleep
Time
Link copied to clipboard
abstract
fun
getSleepTime
(
ts
:
Long
)
:
Long
get
Time
Stamp
Link copied to clipboard
abstract
fun
getTimeStamp
(
)
:
Long
get
Video
Info
Link copied to clipboard
abstract
fun
getVideoInfo
(
)
:
VideoInfo
initialize
Link copied to clipboard
abstract
fun
initialize
(
fileDescriptor
:
FileDescriptor
)
abstract
fun
initialize
(
path
:
String
)
abstract
fun
initialize
(
context
:
Context
,
uri
:
Uri
)
read
Frame
Link copied to clipboard
abstract
fun
readFrame
(
buffer
:
ByteBuffer
)
:
Int
release
Link copied to clipboard
abstract
fun
release
(
)
seek
To
Link copied to clipboard
abstract
fun
seekTo
(
time
:
Long
)
select
Track
Link copied to clipboard
abstract
fun
selectTrack
(
type
:
MediaFrame.Type
)
:
String