public class Libx264_VideoCodecParameters extends VideoCodecParameters
| Constructor and Description |
|---|
Libx264_VideoCodecParameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCoder()
|
int |
getDirectpred()
|
String |
getFlags2()
|
int |
getLevel()
|
String |
getMeMethod()
|
String |
getPartitions()
|
String |
getVprofile()
|
void |
setCoder(int coder)
|
void |
setDirectpred(int directpred)
|
void |
setFlags2(String flags2)
|
void |
setLevel(int level)
|
void |
setMeMethod(String meMethod)
|
void |
setPartitions(String partitions)
|
void |
setVprofile(String vprofile)
|
public String getVprofile()
public void setVprofile(String vprofile)
public int getLevel()
public void setLevel(int level)
public int getCoder()
public void setCoder(int coder)
public String getFlags2()
public void setFlags2(String flags2)
public String getPartitions()
public void setPartitions(String partitions)
public int getDirectpred()
public void setDirectpred(int directpred)
public String getMeMethod()
public void setMeMethod(String meMethod)
Copyright © 2020. All rights reserved.