public static interface Summary.AudioOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
string content_type = 5; |
com.github.os72.protobuf351.ByteString |
getContentTypeBytes()
string content_type = 5; |
com.github.os72.protobuf351.ByteString |
getEncodedAudioString()
Encoded audio data and its associated RFC 2045 content type (e.g.
|
long |
getLengthFrames()
Length of the audio in frames (samples per channel).
|
long |
getNumChannels()
Number of channels of audio.
|
float |
getSampleRate()
Sample rate of the audio in Hz.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getSampleRate()
Sample rate of the audio in Hz.
float sample_rate = 1;long getNumChannels()
Number of channels of audio.
int64 num_channels = 2;long getLengthFrames()
Length of the audio in frames (samples per channel).
int64 length_frames = 3;com.github.os72.protobuf351.ByteString getEncodedAudioString()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;String getContentType()
string content_type = 5;com.github.os72.protobuf351.ByteString getContentTypeBytes()
string content_type = 5;Copyright © 2018. All rights reserved.