Summary.AudioOrBuilder

giao diện tĩnh công cộng Summary.AudioOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

chuỗi trừu tượng
getContentType ()
string content_type = 5;
tóm tắt com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
tóm tắt com.google.protobuf.ByteString
getEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
trừu tượng dài
getLengthFrames ()
 Length of the audio in frames (samples per channel).
trừu tượng dài
getNumChannels ()
 Number of channels of audio.
phao trừu tượng
getSampleRate ()
 Sample rate of the audio in Hz.

Phương pháp công cộng

Chuỗi tóm tắt công khai getContentType ()

string content_type = 5;

tóm tắt công khai com.google.protobuf.ByteString getContentTypeBytes ()

string content_type = 5;

tóm tắt công khai com.google.protobuf.ByteString getEncodedAudioString ()

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

tóm tắt công khai dài getLengthFrames ()

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

tóm tắt công khai dài getNumChannels ()

 Number of channels of audio.
 
int64 num_channels = 2;

float trừu tượng công khai getSampleRate ()

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