ממשק סטטי ציבורי Summary.AudioOrBuilder
תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
מחרוזת מופשטת | 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. |
מופשט ארוך | 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;
תקציר ציבורי צף getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;