Package org.vitrivr.cineast.api.grpc
Interface CineastGrpc.AudioFrameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CineastGrpc.AudioFrame,CineastGrpc.AudioFrame.Builder
- Enclosing class:
- CineastGrpc
public static interface CineastGrpc.AudioFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getData
com.google.protobuf.ByteString getData()bytes data = 1;- Returns:
- The data.
-
getIdx
long getIdx()int64 idx = 2;- Returns:
- The idx.
-
getTimestamp
long getTimestamp()int64 timestamp = 3;- Returns:
- The timestamp.
-
getSamplingRate
float getSamplingRate()float samplingRate = 4;- Returns:
- The samplingRate.
-
getChannels
int getChannels()int32 channels = 5;- Returns:
- The channels.
-
getDuration
long getDuration()int64 duration = 6;- Returns:
- The duration.
-