public class SegmentVideoBody extends Object
Constructor and Description |
---|
SegmentVideoBody() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundBlue() |
String |
getBackgroundGreen() |
String |
getBackgroundLogoUrl() |
String |
getBackgroundRed() |
String |
getBinaryThreshold() |
String |
getMode() |
String |
getRemoveBlue() |
String |
getRemoveGreen() |
String |
getRemoveRed() |
String |
getSegmentType() |
void |
setBackgroundBlue(String backgroundBlue) |
void |
setBackgroundGreen(String backgroundGreen) |
void |
setBackgroundLogoUrl(String backgroundLogoUrl) |
void |
setBackgroundRed(String backgroundRed) |
void |
setBinaryThreshold(String binaryThreshold) |
void |
setMode(String mode) |
void |
setRemoveBlue(String removeBlue) |
void |
setRemoveGreen(String removeGreen) |
void |
setRemoveRed(String removeRed) |
void |
setSegmentType(String segmentType) |
public String getMode()
public void setMode(String mode)
public String getSegmentType()
public void setSegmentType(String segmentType)
public String getBackgroundRed()
public void setBackgroundRed(String backgroundRed)
public String getBackgroundGreen()
public void setBackgroundGreen(String backgroundGreen)
public String getBackgroundBlue()
public void setBackgroundBlue(String backgroundBlue)
public String getBackgroundLogoUrl()
public void setBackgroundLogoUrl(String backgroundLogoUrl)
public String getBinaryThreshold()
public void setBinaryThreshold(String binaryThreshold)
public String getRemoveRed()
public void setRemoveRed(String removeRed)
public String getRemoveGreen()
public void setRemoveGreen(String removeGreen)
public String getRemoveBlue()
public void setRemoveBlue(String removeBlue)
Copyright © 2024. All rights reserved.