Home
last modified time | relevance | path

Searched refs:getDefaultAudioProfile (Results 1 – 2 of 2) sorted by relevance

/camera/camera-video/src/main/java/androidx/camera/video/internal/
DVideoValidatedEncoderProfilesProxy.java76 public abstract @Nullable AudioProfileProxy getDefaultAudioProfile(); in getDefaultAudioProfile() method in VideoValidatedEncoderProfilesProxy
/camera/camera-video/src/main/java/androidx/camera/video/internal/config/
DAudioConfigUtil.java80 if (encoderProfiles != null && encoderProfiles.getDefaultAudioProfile() != null) { in resolveAudioMimeInfo()
81 AudioProfileProxy audioProfile = encoderProfiles.getDefaultAudioProfile(); in resolveAudioMimeInfo()