Package | Description |
---|---|
org.jcodec.api.transcode | |
org.jcodec.common |
Modifier and Type | Method and Description |
---|---|
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getInputAudioCode() |
Tuple._3<Integer,Integer,Codec> |
SourceImpl.getIntputVideoCodec() |
Constructor and Description |
---|
SourceImpl(String sourceName,
Format inputFormat,
Tuple._3<Integer,Integer,Codec> inputVideoCodec,
Tuple._3<Integer,Integer,Codec> inputAudioCodec) |
SourceImpl(String sourceName,
Format inputFormat,
Tuple._3<Integer,Integer,Codec> inputVideoCodec,
Tuple._3<Integer,Integer,Codec> inputAudioCodec) |
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2> Tuple._3<T0,T1,T2> |
Tuple.triple(T0 v0,
T1 v1,
T2 v2) |
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2,U> |
Tuple._3map0(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,T2,U> |
Tuple._3map1(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,U> |
Tuple._3map3(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T2,U> mapper) |
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2,T3> |
Tuple._3_project0(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,T3> |
Tuple._3_project1(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,T3> |
Tuple._3_project2(List<Tuple._3<T0,T1,T2>> temp) |
static <T0,T1,T2,U> |
Tuple._3map0(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T0,U> mapper) |
static <T0,T1,T2,U> |
Tuple._3map1(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T1,U> mapper) |
static <T0,T1,T2,U> |
Tuple._3map3(List<Tuple._3<T0,T1,T2>> l,
Tuple.Mapper<T2,U> mapper) |
Copyright © 2019. All rights reserved.