পাবলিক স্ট্যাটিক ইন্টারফেস সারাংশ.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. |
বিমূর্ত দীর্ঘ | দৈর্ঘ্য ফ্রেম () 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;