ExportException.CodecInfo


public final class ExportException.CodecInfo


The Codec details.

Summary

Public fields

final String

A string describing the format used to configure the underlying codec, for example, the value returned by toString or toString.

final boolean

Whether the Codec is used as a decoder.

final boolean

Whether the Codec is configured for video.

final @Nullable String

The Codec name, or null if the Codec is not yet initialized.

Public constructors

CodecInfo(
    String configurationFormat,
    boolean isVideo,
    boolean isDecoder,
    @Nullable String name
)

Creates an instance.

Public methods

String

Public fields

configurationFormat

public final String configurationFormat

A string describing the format used to configure the underlying codec, for example, the value returned by toString or toString.

isDecoder

public final boolean isDecoder

Whether the Codec is used as a decoder.

isVideo

public final boolean isVideo

Whether the Codec is configured for video.

name

public final @Nullable String name

The Codec name, or null if the Codec is not yet initialized.

Public constructors

CodecInfo

public CodecInfo(
    String configurationFormat,
    boolean isVideo,
    boolean isDecoder,
    @Nullable String name
)

Creates an instance.

Public methods

toString

public String toString()