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

    Modifier and Type
    Method
    Description
    int
    int32 channels = 5;
    com.google.protobuf.ByteString
    bytes data = 1;
    long
    int64 duration = 6;
    long
    int64 idx = 2;
    float
    float samplingRate = 4;
    long
    int64 timestamp = 3;

    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

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