public abstract class

EncoderProfilesProxy.AudioProfileProxy

extends java.lang.Object

 java.lang.Object

↳androidx.camera.core.impl.EncoderProfilesProxy.AudioProfileProxy

Overview

AudioProfileProxy defines the get methods that is mapping to the fields of .

Summary

Fields
public static final java.lang.StringMEDIA_TYPE_NONE

Constant representing no media type.

Constructors
publicAudioProfileProxy()

Methods
public static EncoderProfilesProxy.AudioProfileProxycreate(int codec, java.lang.String mediaType, int bitRate, int sampleRate, int channels, int profile)

Creates an AudioProfileProxy instance.

public abstract intgetBitrate()

public abstract intgetChannels()

public abstract intgetCodec()

public abstract java.lang.StringgetMediaType()

public abstract intgetProfile()

public abstract intgetSampleRate()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final java.lang.String MEDIA_TYPE_NONE

Constant representing no media type.

Constructors

public AudioProfileProxy()

Methods

public static EncoderProfilesProxy.AudioProfileProxy create(int codec, java.lang.String mediaType, int bitRate, int sampleRate, int channels, int profile)

Creates an AudioProfileProxy instance.

public abstract int getCodec()

See also:

public abstract java.lang.String getMediaType()

See also:

public abstract int getBitrate()

See also:

public abstract int getSampleRate()

See also:

public abstract int getChannels()

See also:

public abstract int getProfile()

See also: