सार्वजनिक स्थैतिक इंटरफ़ेस सारांश.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. |
अमूर्त लंबा | लम्बाई फ्रेम प्राप्त करें () Length of the audio in frames (samples per channel). |
अमूर्त लंबा | getNumChannels () Number of channels of audio. |
अमूर्त फ्लोट | नमूना दर प्राप्त करें () 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;
सार्वजनिक सार फ़्लोट getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;