Interface AppFrameProtoOut.AudioEventMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.AudioEventMsgOutProto,AppFrameProtoOut.AudioEventMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.AudioEventMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetData()optional bytes data = 3;AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProtogetEventType()optional .appFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;java.lang.StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;intgetLoop()optional sint32 loop = 5;floatgetTime()optional float time = 4;booleanhasData()optional bytes data = 3;booleanhasEventType()optional .appFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;booleanhasId()optional string id = 1;booleanhasLoop()optional sint32 loop = 5;booleanhasTime()optional float time = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1;
-
getId
java.lang.String getId()
optional string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
-
hasEventType
boolean hasEventType()
optional .appFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;
-
getEventType
AppFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto getEventType()
optional .appFrameProtoOut.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;
-
hasData
boolean hasData()
optional bytes data = 3;
-
getData
com.google.protobuf.ByteString getData()
optional bytes data = 3;
-
hasTime
boolean hasTime()
optional float time = 4;
-
getTime
float getTime()
optional float time = 4;
-
hasLoop
boolean hasLoop()
optional sint32 loop = 5;
-
getLoop
int getLoop()
optional sint32 loop = 5;
-
-