public static interface Ola.TimeCodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFrames()
required uint32 frames = 4; |
int |
getHours()
required uint32 hours = 1; |
int |
getMinutes()
required uint32 minutes = 2; |
int |
getSeconds()
required uint32 seconds = 3; |
Ola.TimeCodeType |
getType()
required .ola.proto.TimeCodeType type = 5; |
boolean |
hasFrames()
required uint32 frames = 4; |
boolean |
hasHours()
required uint32 hours = 1; |
boolean |
hasMinutes()
required uint32 minutes = 2; |
boolean |
hasSeconds()
required uint32 seconds = 3; |
boolean |
hasType()
required .ola.proto.TimeCodeType type = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHours()
required uint32 hours = 1;int getHours()
required uint32 hours = 1;boolean hasMinutes()
required uint32 minutes = 2;int getMinutes()
required uint32 minutes = 2;boolean hasSeconds()
required uint32 seconds = 3;int getSeconds()
required uint32 seconds = 3;boolean hasFrames()
required uint32 frames = 4;int getFrames()
required uint32 frames = 4;boolean hasType()
required .ola.proto.TimeCodeType type = 5;Ola.TimeCodeType getType()
required .ola.proto.TimeCodeType type = 5;Copyright © 2016. All rights reserved.