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.
추상 플로트
샘플레이트 ()
 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;