A
B
C
D
E
F
G
H
I
K
L
M
O
P
R
S
T
U
V
W
C
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.TrimDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.DefaultDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.ClipDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.FilePathDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.DataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.UriDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.FileDescriptorDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.BlankAudioDataSource
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.DataSourceWrapper
- Returns true if we can read the given track at this point.
- canReadTrack(TrackType) - function in com.otaliastudios.transcoder.source.AssetFileDescriptorDataSource
- Returns true if we can read the given track at this point.
- channels(int) - function in com.otaliastudios.transcoder.strategy.DefaultAudioStrategy.Builder
- ClipDataSource - class in com.otaliastudios.transcoder.source
- A DataSource that clips the inner source within the given interval.
- com.otaliastudios.transcoder - package com.otaliastudios.transcoder
- com.otaliastudios.transcoder.common - package com.otaliastudios.transcoder.common
- com.otaliastudios.transcoder.internal.audio.remix - package com.otaliastudios.transcoder.internal.audio.remix
- com.otaliastudios.transcoder.internal.media - package com.otaliastudios.transcoder.internal.media
- com.otaliastudios.transcoder.internal.utils - package com.otaliastudios.transcoder.internal.utils
- com.otaliastudios.transcoder.resample - package com.otaliastudios.transcoder.resample
- com.otaliastudios.transcoder.resize - package com.otaliastudios.transcoder.resize
- com.otaliastudios.transcoder.sink - package com.otaliastudios.transcoder.sink
- com.otaliastudios.transcoder.source - package com.otaliastudios.transcoder.source
- com.otaliastudios.transcoder.strategy - package com.otaliastudios.transcoder.strategy
- com.otaliastudios.transcoder.stretch - package com.otaliastudios.transcoder.stretch
- com.otaliastudios.transcoder.thumbnail - package com.otaliastudios.transcoder.thumbnail
- com.otaliastudios.transcoder.time - package com.otaliastudios.transcoder.time
- com.otaliastudios.transcoder.validator - package com.otaliastudios.transcoder.validator
- COMPRESSING - enum entry in com.otaliastudios.transcoder.common.TrackStatus
We are compressing the track in the output.
- CoverThumbnailRequest - class in com.otaliastudios.transcoder.thumbnail
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.DefaultVideoStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.DefaultVideoStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.RemoveTrackStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.PassThroughTrackStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.DefaultAudioStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.DefaultAudioStrategy
- Create the output format for this track (either audio or video).
- createOutputFormat(List,MediaFormat) - function in com.otaliastudios.transcoder.strategy.TrackStrategy
- Create the output format for this track (either audio or video).
- CutAudioStretcher - class in com.otaliastudios.transcoder.stretch
- A AudioStretcher meant to be used when output size is smaller than the input.