パブリック静的インターフェイス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. |
パブリックメソッド
パブリック抽象 String 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; public abstract long getLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3; パブリック抽象long getNumChannels ()
Number of channels of audio.
int64 num_channels = 2; public abstract float getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;