public abstract class

EncoderProfilesProxy.VideoProfileProxy

extends java.lang.Object

 java.lang.Object

↳androidx.camera.core.impl.EncoderProfilesProxy.VideoProfileProxy

Overview

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

Summary

Fields
public static final intBIT_DEPTH_10

Constant representing bit depth 10.

public static final intBIT_DEPTH_8

Constant representing bit depth 8.

public static final java.lang.StringMEDIA_TYPE_NONE

Constant representing no media type.

Constructors
publicVideoProfileProxy()

Methods
public static EncoderProfilesProxy.VideoProfileProxycreate(int codec, java.lang.String mediaType, int bitrate, int frameRate, int width, int height, int profile, int bitDepth, int chromaSubsampling, int hdrFormat)

Creates a VideoProfileProxy instance.

public abstract intgetBitDepth()

public abstract intgetBitrate()

public abstract intgetChromaSubsampling()

public abstract intgetCodec()

public abstract intgetFrameRate()

public abstract intgetHdrFormat()

public abstract intgetHeight()

public abstract java.lang.StringgetMediaType()

public abstract intgetProfile()

public abstract intgetWidth()

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.

public static final int BIT_DEPTH_8

Constant representing bit depth 8.

public static final int BIT_DEPTH_10

Constant representing bit depth 10.

Constructors

public VideoProfileProxy()

Methods

public static EncoderProfilesProxy.VideoProfileProxy create(int codec, java.lang.String mediaType, int bitrate, int frameRate, int width, int height, int profile, int bitDepth, int chromaSubsampling, int hdrFormat)

Creates a VideoProfileProxy instance.

public abstract int getCodec()

See also:

public abstract java.lang.String getMediaType()

See also:

public abstract int getBitrate()

See also:

public abstract int getFrameRate()

See also:

public abstract int getWidth()

See also:

public abstract int getHeight()

See also:

public abstract int getProfile()

See also:

public abstract int getBitDepth()

See also:

public abstract int getChromaSubsampling()

See also:

public abstract int getHdrFormat()

See also: