Summary.AudioOrBuilder

publiczny interfejs statyczny Podsumowanie.AudioOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz typ treści ()
string content_type = 5;
streszczenie com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
streszczenie com.google.protobuf.ByteString
getEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
abstrakcyjne, długie
getLengthFrames ()
 Length of the audio in frames (samples per channel).
abstrakcyjne, długie
getNumChannels ()
 Number of channels of audio.
abstrakcyjny pływak
getSampleRate ()
 Sample rate of the audio in Hz.

Metody publiczne

publiczny ciąg abstrakcyjny getContentType ()

string content_type = 5;

publiczne streszczenie com.google.protobuf.ByteString getContentTypeBytes ()

string content_type = 5;

publiczne streszczenie com.google.protobuf.ByteString getEncodedAudioString ()

 Encoded audio data and its associated RFC 2045 content type (e.g.
 "audio/wav").
 
bytes encoded_audio_string = 4;

publiczne streszczenie długie getLengthFrames ()

 Length of the audio in frames (samples per channel).
 
int64 length_frames = 3;

publiczne streszczenie długie getNumChannels ()

 Number of channels of audio.
 
int64 num_channels = 2;

publiczna abstrakcja float getSampleRate ()

 Sample rate of the audio in Hz.
 
float sample_rate = 1;