Interface Webswing.AudioEventMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      optional bytes data = 3;
      Webswing.AudioEventMsgOutProto.AudioEventTypeProto getEventType()
      optional .org.webswing.server.model.proto.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;
      String getId()
      optional string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      int getLoop()
      optional sint32 loop = 5;
      float getTime()
      optional float time = 4;
      boolean hasData()
      optional bytes data = 3;
      boolean hasEventType()
      optional .org.webswing.server.model.proto.AudioEventMsgOutProto.AudioEventTypeProto eventType = 2;
      boolean hasId()
      optional string id = 1;
      boolean hasLoop()
      optional sint32 loop = 5;
      boolean hasTime()
      optional float time = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasEventType

        boolean hasEventType()
        optional .org.webswing.server.model.proto.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;