Searched defs:RecorderAudioSourceConfig (Results 1 – 1 of 1) sorted by relevance
62 struct RecorderAudioSourceConfig { struct63 AudioSourceType inputSource = AUDIO_MIC;64 AudioCodecFormat audioFormat = FORMAT_BUTT;65 int32_t sampleRate = 0;66 int32_t channelCount = 0;67 int32_t bitRate = 0;68 AudioStreamType streamType = TYPE_MEDIA;69 AudioBitWidth bitWidth = BIT_WIDTH_16;