A
B
C
D
E
F
G
H
I
K
L
M
O
P
R
S
T
U
V
W
P
- parse(String) - function in com.otaliastudios.transcoder.internal.utils.ISO6709LocationParser
- This method parses the given string representing a geographic point location by coordinates in ISO 6709 formatand returns the latitude and the longitude in float.
- PASS_THROUGH - enum entry in com.otaliastudios.transcoder.common.TrackStatus
We are not touching the track.
- PassThroughAudioRemixer - class in com.otaliastudios.transcoder.internal.audio.remix
- The simplest AudioRemixer that does nothing.
- PassThroughAudioResampler - class in com.otaliastudios.transcoder.resample
- An AudioResampler that does nothing, meant to be used when sample rates are identical.
- PassThroughAudioStretcher - class in com.otaliastudios.transcoder.stretch
- A no-op AudioStretcher that copies input into output.
- PassThroughResizer - class in com.otaliastudios.transcoder.resize
- A Resizer that returns the input size unchanged.
- PassThroughTrackStrategy - class in com.otaliastudios.transcoder.strategy
- An TrackStrategy that asks the encoder to keep this track as is.
- printStackTrace() - function in java.lang.InvalidOutputFormatException
- provideMediaFormat(DataSource,TrackType,MediaFormat) - function in com.otaliastudios.transcoder.internal.media.MediaFormatProvider
- Inspects the given format - coming from getTrackFormat,and in case it's not complete, it returns a decoded, complete format.