Summary.AudioOrBuilder

ملخص الواجهة الثابتة العامة .AudioOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

سلسلة مجردة
نوع المحتوى ()
string content_type = 5;
مجردة com.google.protobuf.ByteString
الحصول علىContentTypeBytes ()
string content_type = 5;
مجردة com.google.protobuf.ByteString
الحصول على ترميز الصوت ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
مجردة طويلة
الحصول على طول الإطارات ()
 Length of the audio in frames (samples per channel).
مجردة طويلة
الحصول على NumChannels ()
 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;