Interface RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudioOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudio, RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudio.Builder
Enclosing class:
RedvoxApiM.RedvoxPacketM.Sensors

public static interface RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudioOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSensorDescription

      String getSensorDescription()
       The name or description of the audio sensor
       
      string sensor_description = 1;
      Returns:
      The sensorDescription.
    • getSensorDescriptionBytes

      com.google.protobuf.ByteString getSensorDescriptionBytes()
       The name or description of the audio sensor
       
      string sensor_description = 1;
      Returns:
      The bytes for sensorDescription.
    • getFirstSampleTimestamp

      double getFirstSampleTimestamp()
       Mach timestamp of the first audio sample
       
      double first_sample_timestamp = 2;
      Returns:
      The firstSampleTimestamp.
    • getSampleRate

      float getSampleRate()
       Microphone sample rate in Hz
       
      float sample_rate = 3;
      Returns:
      The sampleRate.
    • getIsScrambled

      boolean getIsScrambled()
       If audio data has been scrambled to remove voice
       
      bool is_scrambled = 4;
      Returns:
      The isScrambled.
    • getAudioBytes

      com.google.protobuf.ByteString getAudioBytes()
       Bytes that make up audio payload
       
      bytes audio_bytes = 5;
      Returns:
      The audioBytes.
    • getAudioCodecValue

      int getAudioCodecValue()
       Codec used to compress audio
       
      .redvox_api_m.RedvoxPacketM.Sensors.CompressedAudio.AudioCodec audio_codec = 6;
      Returns:
      The enum numeric value on the wire for audioCodec.
    • getAudioCodec

       Codec used to compress audio
       
      .redvox_api_m.RedvoxPacketM.Sensors.CompressedAudio.AudioCodec audio_codec = 6;
      Returns:
      The audioCodec.
    • getMetadataCount

      int getMetadataCount()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • containsMetadata

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;