Summary.AudioOrBuilder

رابط استاتیک عمومی 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;

float انتزاعی عمومی getSampleRate ()

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