อินเทอร์เฟซแบบคงที่สาธารณะ 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. |
ลอยนามธรรม | รับอัตราตัวอย่าง () 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;