Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.StationInformation.AppSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings,RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM.StationInformation
public static interface RedvoxApiM.RedvoxPacketM.StationInformation.AppSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadatagetAdditionalInputSensors(int index) Additional input sensorsintAdditional input sensorsAdditional input sensorsintgetAdditionalInputSensorsValue(int index) Additional input sensorsAdditional input sensorsThe selected audio sampling rateintThe selected audio sampling rateThe selected audio source tuningintThe selected audio source tuningURL of custom auth servercom.google.protobuf.ByteStringURL of custom auth serverbooleanShould station auto delete data?booleanStation automatically records on startURL of custom data servercom.google.protobuf.ByteStringURL of custom data serverStation FFT overlapintStation FFT overlapbooleanApp automatically starts on stationDeprecated.intA map from string to string for including untyped metadataA map from string to string for including untyped metadatagetMetadataOrDefault(String key, String defaultValue) A map from string to string for including untyped metadatagetMetadataOrThrow(String key) A map from string to string for including untyped metadataUser defined setting for how often metrics should be collectedintUser defined setting for how often metrics should be collectedbooleanShould station backfill unsent data?booleanIs station data published as private?booleanIs station data pushed to server?booleanDoes station remove DC offset?floatfloat samples_per_window = 2;booleanIs station audio data scrambled?User selectable station descriptioncom.google.protobuf.ByteStringUser selectable station descriptionUser selectable station idcom.google.protobuf.ByteStringUser selectable station idfloatStation data allowance in bytesURL of custom time synch servercom.google.protobuf.ByteStringURL of custom time synch serverfloatUser set altitude metersbooleanShould station use custom auth serverbooleanShould station use custom data server?booleanShould station use custom time synch server?doubleUser set latitude decimal degreesbooleanShould station use location services?doubleUser set longitude decimal degreesbooleanShould station use SD card for storage?Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAudioSamplingRateValue
int getAudioSamplingRateValue()The selected audio sampling rate
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSamplingRate audio_sampling_rate = 1;- Returns:
- The enum numeric value on the wire for audioSamplingRate.
-
getAudioSamplingRate
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.AudioSamplingRate getAudioSamplingRate()The selected audio sampling rate
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSamplingRate audio_sampling_rate = 1;- Returns:
- The audioSamplingRate.
-
getSamplesPerWindow
float getSamplesPerWindow()float samples_per_window = 2;- Returns:
- The samplesPerWindow.
-
getAudioSourceTuningValue
int getAudioSourceTuningValue()The selected audio source tuning
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSourceTuning audio_source_tuning = 3;- Returns:
- The enum numeric value on the wire for audioSourceTuning.
-
getAudioSourceTuning
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.AudioSourceTuning getAudioSourceTuning()The selected audio source tuning
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.AudioSourceTuning audio_source_tuning = 3;- Returns:
- The audioSourceTuning.
-
getAdditionalInputSensorsList
List<RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor> getAdditionalInputSensorsList()Additional input sensors
repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;- Returns:
- A list containing the additionalInputSensors.
-
getAdditionalInputSensorsCount
int getAdditionalInputSensorsCount()Additional input sensors
repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;- Returns:
- The count of additionalInputSensors.
-
getAdditionalInputSensors
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings.InputSensor getAdditionalInputSensors(int index) Additional input sensors
repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;- Parameters:
index- The index of the element to return.- Returns:
- The additionalInputSensors at the given index.
-
getAdditionalInputSensorsValueList
Additional input sensors
repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;- Returns:
- A list containing the enum numeric values on the wire for additionalInputSensors.
-
getAdditionalInputSensorsValue
int getAdditionalInputSensorsValue(int index) Additional input sensors
repeated .redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.InputSensor additional_input_sensors = 4;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of additionalInputSensors at the given index.
-
getAutomaticallyRecord
boolean getAutomaticallyRecord()Station automatically records on start
bool automatically_record = 5;- Returns:
- The automaticallyRecord.
-
getLaunchAtPowerUp
boolean getLaunchAtPowerUp()App automatically starts on station
bool launch_at_power_up = 6;- Returns:
- The launchAtPowerUp.
-
getStationId
String getStationId()User selectable station id
string station_id = 7;- Returns:
- The stationId.
-
getStationIdBytes
com.google.protobuf.ByteString getStationIdBytes()User selectable station id
string station_id = 7;- Returns:
- The bytes for stationId.
-
getStationDescription
String getStationDescription()User selectable station description
string station_description = 8;- Returns:
- The stationDescription.
-
getStationDescriptionBytes
com.google.protobuf.ByteString getStationDescriptionBytes()User selectable station description
string station_description = 8;- Returns:
- The bytes for stationDescription.
-
getPushToServer
boolean getPushToServer()Is station data pushed to server?
bool push_to_server = 9;- Returns:
- The pushToServer.
-
getPublishDataAsPrivate
boolean getPublishDataAsPrivate()Is station data published as private?
bool publish_data_as_private = 10;- Returns:
- The publishDataAsPrivate.
-
getScrambleAudioData
boolean getScrambleAudioData()Is station audio data scrambled?
bool scramble_audio_data = 11;- Returns:
- The scrambleAudioData.
-
getProvideBackfill
boolean getProvideBackfill()Should station backfill unsent data?
bool provide_backfill = 12;- Returns:
- The provideBackfill.
-
getRemoveSensorDcOffset
boolean getRemoveSensorDcOffset()Does station remove DC offset?
bool remove_sensor_dc_offset = 13;- Returns:
- The removeSensorDcOffset.
-
getFftOverlapValue
int getFftOverlapValue()Station FFT overlap
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.FftOverlap fft_overlap = 14;- Returns:
- The enum numeric value on the wire for fftOverlap.
-
getFftOverlap
Station FFT overlap
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings.FftOverlap fft_overlap = 14;- Returns:
- The fftOverlap.
-
getUseCustomTimeSyncServer
boolean getUseCustomTimeSyncServer()Should station use custom time synch server?
bool use_custom_time_sync_server = 15;- Returns:
- The useCustomTimeSyncServer.
-
getTimeSyncServerUrl
String getTimeSyncServerUrl()URL of custom time synch server
string time_sync_server_url = 16;- Returns:
- The timeSyncServerUrl.
-
getTimeSyncServerUrlBytes
com.google.protobuf.ByteString getTimeSyncServerUrlBytes()URL of custom time synch server
string time_sync_server_url = 16;- Returns:
- The bytes for timeSyncServerUrl.
-
getUseCustomDataServer
boolean getUseCustomDataServer()Should station use custom data server?
bool use_custom_data_server = 17;- Returns:
- The useCustomDataServer.
-
getDataServerUrl
String getDataServerUrl()URL of custom data server
string data_server_url = 18;- Returns:
- The dataServerUrl.
-
getDataServerUrlBytes
com.google.protobuf.ByteString getDataServerUrlBytes()URL of custom data server
string data_server_url = 18;- Returns:
- The bytes for dataServerUrl.
-
getUseCustomAuthServer
boolean getUseCustomAuthServer()Should station use custom auth server
bool use_custom_auth_server = 19;- Returns:
- The useCustomAuthServer.
-
getAuthServerUrl
String getAuthServerUrl()URL of custom auth server
string auth_server_url = 20;- Returns:
- The authServerUrl.
-
getAuthServerUrlBytes
com.google.protobuf.ByteString getAuthServerUrlBytes()URL of custom auth server
string auth_server_url = 20;- Returns:
- The bytes for authServerUrl.
-
getAutoDeleteDataFiles
boolean getAutoDeleteDataFiles()Should station auto delete data?
bool auto_delete_data_files = 21;- Returns:
- The autoDeleteDataFiles.
-
getStorageSpaceAllowance
float getStorageSpaceAllowance()Station data allowance in bytes
float storage_space_allowance = 22;- Returns:
- The storageSpaceAllowance.
-
getUseSdCardForDataStorage
boolean getUseSdCardForDataStorage()Should station use SD card for storage?
bool use_sd_card_for_data_storage = 23;- Returns:
- The useSdCardForDataStorage.
-
getUseLocationServices
boolean getUseLocationServices()Should station use location services?
bool use_location_services = 24;- Returns:
- The useLocationServices.
-
getUseLatitude
double getUseLatitude()User set latitude decimal degrees
double use_latitude = 25;- Returns:
- The useLatitude.
-
getUseLongitude
double getUseLongitude()User set longitude decimal degrees
double use_longitude = 26;- Returns:
- The useLongitude.
-
getUseAltitude
float getUseAltitude()User set altitude meters
float use_altitude = 27;- Returns:
- The useAltitude.
-
getMetricsRateValue
int getMetricsRateValue()User defined setting for how often metrics should be collected
.redvox_api_m.RedvoxPacketM.StationInformation.MetricsRate metrics_rate = 28;- Returns:
- The enum numeric value on the wire for metricsRate.
-
getMetricsRate
RedvoxApiM.RedvoxPacketM.StationInformation.MetricsRate getMetricsRate()User defined setting for how often metrics should be collected
.redvox_api_m.RedvoxPacketM.StationInformation.MetricsRate metrics_rate = 28;- Returns:
- The metricsRate.
-
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 29; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 29; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 29; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 29; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 29;
-