ExportException.CodecInfo


class ExportException.CodecInfo


The Codec details.

Summary

Public constructors

CodecInfo(
    configurationFormat: String!,
    isVideo: Boolean,
    isDecoder: Boolean,
    name: String?
)

Creates an instance.

Public functions

String!

Public properties

String!

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

Boolean

Whether the Codec is used as a decoder.

Boolean

Whether the Codec is configured for video.

String?

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

Public constructors

CodecInfo

CodecInfo(
    configurationFormat: String!,
    isVideo: Boolean,
    isDecoder: Boolean,
    name: String?
)

Creates an instance.

Public functions

toString

fun toString(): String!

Public properties

configurationFormat

val configurationFormatString!

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

isDecoder

val isDecoderBoolean

Whether the Codec is used as a decoder.

isVideo

val isVideoBoolean

Whether the Codec is configured for video.

name

val nameString?

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