public static enum Ola.TimeCodeType extends Enum<Ola.TimeCodeType> implements com.google.protobuf.ProtocolMessageEnum
ola.proto.TimeCodeType| Enum Constant and Description |
|---|
TIMECODE_DF
TIMECODE_DF = 2; |
TIMECODE_EBU
TIMECODE_EBU = 1; |
TIMECODE_FILM
TIMECODE_FILM = 0; |
TIMECODE_SMPTE
TIMECODE_SMPTE = 3; |
| Modifier and Type | Field and Description |
|---|---|
static int |
TIMECODE_DF_VALUE
TIMECODE_DF = 2; |
static int |
TIMECODE_EBU_VALUE
TIMECODE_EBU = 1; |
static int |
TIMECODE_FILM_VALUE
TIMECODE_FILM = 0; |
static int |
TIMECODE_SMPTE_VALUE
TIMECODE_SMPTE = 3; |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Ola.TimeCodeType> |
internalGetValueMap() |
static Ola.TimeCodeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Ola.TimeCodeType |
valueOf(int value) |
static Ola.TimeCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ola.TimeCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ola.TimeCodeType TIMECODE_FILM
TIMECODE_FILM = 0;
24fps
public static final Ola.TimeCodeType TIMECODE_EBU
TIMECODE_EBU = 1;
25fps
public static final Ola.TimeCodeType TIMECODE_DF
TIMECODE_DF = 2;
29.97fps
public static final Ola.TimeCodeType TIMECODE_SMPTE
TIMECODE_SMPTE = 3;
30fps
public static final int TIMECODE_FILM_VALUE
TIMECODE_FILM = 0;
24fps
public static final int TIMECODE_EBU_VALUE
TIMECODE_EBU = 1;
25fps
public static final int TIMECODE_DF_VALUE
TIMECODE_DF = 2;
29.97fps
public static final int TIMECODE_SMPTE_VALUE
TIMECODE_SMPTE = 3;
30fps
public static Ola.TimeCodeType[] values()
for (Ola.TimeCodeType c : Ola.TimeCodeType.values()) System.out.println(c);
public static Ola.TimeCodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static Ola.TimeCodeType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Ola.TimeCodeType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Ola.TimeCodeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2016. All rights reserved.