общедоступный статический интерфейс Summary.AudioOrBuilder
Известные косвенные подклассы |
Публичные методы
абстрактная строка | получитьТипСодержания () string content_type = 5; |
абстрактный com.google.protobuf.ByteString | getContentTypeBytes () string content_type = 5; |
абстрактный com.google.protobuf.ByteString | getEncodedAudioString () Encoded audio data and its associated RFC 2045 content type (e.g. |
абстрактный длинный | getLengthFrames () Length of the audio in frames (samples per channel). |
абстрактный длинный | getNumChannels () Number of channels of audio. |
абстрактный поплавок | getSampleRate () Sample rate of the audio in Hz. |
Публичные методы
общедоступная абстрактная строка getContentType ()
string content_type = 5;
общедоступный абстрактный com.google.protobuf.ByteString getContentTypeBytes ()
string content_type = 5;
общедоступный абстрактный com.google.protobuf.ByteString getEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
публичный абстрактный длинный getLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
публичный абстрактный длинный getNumChannels ()
Number of channels of audio.
int64 num_channels = 2;
общедоступный абстрактный float getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;