Summary.AudioOrBuilder

interface estática pública Summary.AudioOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

cadeia abstrata
getContentType ()
string content_type = 5;
abstrato com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
abstrato com.google.protobuf.ByteString
getEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
abstrato longo
getLengthFrames ()
 Length of the audio in frames (samples per channel).
abstrato longo
getNumCanais ()
 Number of channels of audio.
flutuador abstrato
getSampleRate ()
 Sample rate of the audio in Hz.

Métodos Públicos

String abstrata pública getContentType ()

string content_type = 5;

resumo público com.google.protobuf.ByteString getContentTypeBytes ()

string content_type = 5;

resumo público com.google.protobuf.ByteString getEncodedAudioString ()

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

público abstrato longo getLengthFrames ()

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

público abstrato longo getNumChannels ()

 Number of channels of audio.
 
int64 num_channels = 2;

flutuador abstrato público getSampleRate ()

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