Interface ReceiverDProto.SignalSamplesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReceiverDProto.SignalSamples
,ReceiverDProto.SignalSamples.Builder
- Enclosing class:
- ReceiverDProto
public static interface ReceiverDProto.SignalSamplesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSample format.int
Sample format.int
Sample rate [Hz].com.google.protobuf.ByteString
Samples bytes, must be interpreted as specified by sample_format.int
Start of data index (index into decoded samples).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 Details
-
getSamples
com.google.protobuf.ByteString getSamples()Samples bytes, must be interpreted as specified by sample_format.
bytes samples = 1;
- Returns:
- The samples.
-
getSampleRate
int getSampleRate()Sample rate [Hz].
fixed32 sample_rate = 2;
- Returns:
- The sampleRate.
-
getSampleFormatValue
int getSampleFormatValue()Sample format.
.serosystems.proto.v3.grx.receiverd.SignalSamples.SampleFormat sample_format = 3;
- Returns:
- The enum numeric value on the wire for sampleFormat.
-
getSampleFormat
ReceiverDProto.SignalSamples.SampleFormat getSampleFormat()Sample format.
.serosystems.proto.v3.grx.receiverd.SignalSamples.SampleFormat sample_format = 3;
- Returns:
- The sampleFormat.
-
getStartOfData
int getStartOfData()Start of data index (index into decoded samples).
uint32 start_of_data = 4;
- Returns:
- The startOfData.
-