A VP8 format. More...
Public Member Functions | |
Format () | |
Initializes a new instance of the fm.liveswitch.vp8.Format class. More... | |
Format (int clockRate) | |
Initializes a new instance of the fm.liveswitch.vp8.Format class. More... | |
int | getMaxBitrate () |
Gets the maximum bitrate supported by this format, in kbps. More... | |
int | getMinBitrate () |
Gets the minimum bitrate supported by this format, in kbps. More... | |
Public Member Functions inherited from fm.liveswitch.VideoFormat | |
fm.liveswitch.VideoFormat | clone () |
Clones this instance. More... | |
String | fourCCToFormatName (int fourcc) |
Converts a FourCC value to its format name. More... | |
int | getFourCC () |
Gets the FourCC value for this format. More... | |
fm.liveswitch.FormatInfo | getInfo () |
Gets this format as an info object. More... | |
boolean | getIsAbgr () |
Gets a value indicating whether this format is ABGR. More... | |
boolean | getIsArgb () |
Gets a value indicating whether this format is ARGB. More... | |
boolean | getIsBgr () |
Gets a value indicating whether this format is BGR. More... | |
boolean | getIsBgra () |
Gets a value indicating whether this format is BGRA. More... | |
boolean | getIsCompressed () |
Gets whether this is a compressed format. More... | |
boolean | getIsH264 () |
Gets a value indicating whether this format is H.264. More... | |
boolean | getIsH265 () |
Gets a value indicating whether this format is H.265. More... | |
boolean | getIsI420 () |
Gets a value indicating whether this format is I420. More... | |
boolean | getIsNv12 () |
Gets a value indicating whether this format is NV12. More... | |
boolean | getIsNv21 () |
Gets a value indicating whether this format is NV21. More... | |
boolean | getIsRaw () |
Gets a value indicating whether this format is RGB, BGR, I420, YV12, NV12, NV21, RGBA, BGRA, ARGB, or ABGR. More... | |
boolean | getIsRgb () |
Gets a value indicating whether this format is RGB. More... | |
boolean | getIsRgba () |
Gets a value indicating whether this format is RGBA. More... | |
boolean | getIsRgbaType () |
Gets a value indicating whether this format is RGBA, BGRA, ARGB, or ABGR. More... | |
boolean | getIsRgbType () |
Gets a value indicating whether this format is RGB or BGR. More... | |
boolean | getIsVp8 () |
Gets a value indicating whether this format is VP8. More... | |
boolean | getIsVp9 () |
Gets a value indicating whether this format is VP9. More... | |
boolean | getIsYuvType () |
Gets a value indicating whether this format is I420, YV12, NV12, or NV21. More... | |
boolean | getIsYv12 () |
Gets a value indicating whether this format is YV12. More... | |
String | getParameters () |
Gets the parameters. More... | |
void | setFourCC (int value) |
Sets the FourCC value for this format. More... | |
String | toJson () |
Serializes this instance to JSON. More... | |
VideoFormat (String name) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
VideoFormat (String name, int clockRate) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
VideoFormat (String name, int clockRate, String packetizationMode) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
VideoFormat (String name, int clockRate, String profile, String level) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
VideoFormat (String name, int clockRate, String profile, String level, String packetizationMode) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
VideoFormat (String name, int clockRate, String profile, String level, String packetizationMode, String tier) | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
Protected Member Functions | |
fm.liveswitch.VideoFormat | createInstance () |
Creates a new instance. More... | |
Protected Member Functions inherited from fm.liveswitch.VideoFormat | |
String | getMaxLevel (String level1, String level2) |
Gets the maximum level. More... | |
String | getMinLevel (String level1, String level2) |
Gets the minimum level. More... | |
boolean | isLevelCompatible (String level) |
Gets whether a level is compatible. More... | |
boolean | isProfileCompatible (String profile) |
Gets whether a profile is compatible. More... | |
void | updateProfileToCompatible (fm.liveswitch.VideoFormat format) |
Updates the profile to a compatible value. More... | |
VideoFormat () | |
Initializes a new instance of the fm.liveswitch.VideoFormat class. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fm.liveswitch.VideoFormat | |
static int | formatNameToFourCC (String formatName) |
Converts a format name to its FourCC value. More... | |
static fm.liveswitch.VideoFormat | fromFormatInfo (fm.liveswitch.FormatInfo info) |
Transforms a FormatInfo into an VideoFormat. More... | |
static fm.liveswitch.VideoFormat | fromJson (String videoFormatJson) |
Deserializes an instance from JSON. More... | |
static fm.liveswitch.VideoFormat | getAbgr () |
Gets an ABGR video format. More... | |
static String | getAbgrName () |
Gets the name of the ABGR video format ("ABGR"). More... | |
static fm.liveswitch.VideoFormat | getArgb () |
Gets an ARGB video format. More... | |
static String | getArgbName () |
Gets the name of the ARGB video format ("ARGB"). More... | |
static fm.liveswitch.VideoFormat | getBgr () |
Gets a BGR video format. More... | |
static fm.liveswitch.VideoFormat | getBgra () |
Gets an BGRA video format. More... | |
static String | getBgraName () |
Gets the name of the BGRA video format ("BGRA"). More... | |
static String | getBgrName () |
Gets the name of the BGR video format ("BGR"). More... | |
static int | getDefaultClockRate () |
Gets the default clock rate. More... | |
static fm.liveswitch.VideoFormat | getH264 () |
Gets an H.264 video format. More... | |
static String | getH264Name () |
Gets the name of the H.264 video format ("H264"). More... | |
static fm.liveswitch.VideoFormat | getH265 () |
Gets an H.265 video format. More... | |
static String | getH265Name () |
Gets the name of the H.265 video format ("H265"). More... | |
static fm.liveswitch.VideoFormat | getI420 () |
Gets an I420 video format. More... | |
static String | getI420Name () |
Gets the name of the I420 video format ("I420"). More... | |
static fm.liveswitch.VideoFormat | getNv12 () |
Gets an NV12 video format. More... | |
static String | getNv12Name () |
Gets the name of the NV12 video format ("NV12"). More... | |
static fm.liveswitch.VideoFormat | getNv21 () |
Gets an NV21 video format. More... | |
static String | getNv21Name () |
Gets the name of the NV21 video format ("NV21"). More... | |
static fm.liveswitch.VideoFormat | getRgb () |
Gets an RGB video format. More... | |
static fm.liveswitch.VideoFormat | getRgba () |
Gets an RGBA video format. More... | |
static String | getRgbaName () |
Gets the name of the RGBA video format ("RGBA"). More... | |
static String | getRgbName () |
Gets the name of the RGB video format ("RGB"). More... | |
static fm.liveswitch.VideoFormat | getVp8 () |
Gets a VP8 video format. More... | |
static String | getVp8Name () |
Gets the name of the VP8 video format ("VP8"). More... | |
static fm.liveswitch.VideoFormat | getVp9 () |
Gets a VP9 video format. More... | |
static String | getVp9Name () |
Gets the name of the VP9 video format ("VP9"). More... | |
static fm.liveswitch.VideoFormat | getYv12 () |
Gets a YV12 video format. More... | |
static String | getYv12Name () |
Gets the name of the YV12 video format ("YV12"). More... | |
static int | toFourCC (char a, char b, char c, char d) |
Converts 4 FourCC characters to an int. More... | |
static int | toFourCC (String fourcc) |
Converts a FourCC string to a int. More... | |
static String | toJson (final fm.liveswitch.VideoFormat videoFormat) |
Serializes an instance to JSON. More... | |
A VP8 format.
fm.liveswitch.vp8.Format.Format | ( | ) |
Initializes a new instance of the fm.liveswitch.vp8.Format class.
fm.liveswitch.vp8.Format.Format | ( | int | clockRate | ) |
Initializes a new instance of the fm.liveswitch.vp8.Format class.
clockRate | The clock rate. |
|
protected |
Creates a new instance.
Reimplemented from fm.liveswitch.VideoFormat.
int fm.liveswitch.vp8.Format.getMaxBitrate | ( | ) |
Gets the maximum bitrate supported by this format, in kbps.
int fm.liveswitch.vp8.Format.getMinBitrate | ( | ) |
Gets the minimum bitrate supported by this format, in kbps.