public static enum PublisherKit.PublisherKitVideoType extends java.lang.Enum<PublisherKit.PublisherKitVideoType>
PublisherKit.setPublisherVideoType(PublisherKitVideoType type)
method.Enum Constant and Description |
---|
PublisherKitVideoTypeCamera
Defines the camera video mode setting for the
PublisherKit.setPublisherVideoType(PublisherKitVideoType type) method. |
PublisherKitVideoTypeScreen
Defines the screen video mode setting for the
PublisherKit.setPublisherVideoType(PublisherKitVideoType type) method. |
Modifier and Type | Method and Description |
---|---|
int |
getVideoType() |
static PublisherKit.PublisherKitVideoType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublisherKit.PublisherKitVideoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherKit.PublisherKitVideoType PublisherKitVideoTypeCamera
PublisherKit.setPublisherVideoType(PublisherKitVideoType type)
method.public static final PublisherKit.PublisherKitVideoType PublisherKitVideoTypeScreen
PublisherKit.setPublisherVideoType(PublisherKitVideoType type)
method.public static PublisherKit.PublisherKitVideoType[] values()
for (PublisherKit.PublisherKitVideoType c : PublisherKit.PublisherKitVideoType.values()) System.out.println(c);
public static PublisherKit.PublisherKitVideoType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getVideoType()