TranscodeReason

@Serializable
enum TranscodeReason : Enum<TranscodeReason>

Entries

Link copied to clipboard
@SerialName(value = "ContainerNotSupported")
CONTAINER_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoCodecNotSupported")
VIDEO_CODEC_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioCodecNotSupported")
AUDIO_CODEC_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "SubtitleCodecNotSupported")
SUBTITLE_CODEC_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioIsExternal")
AUDIO_IS_EXTERNAL
Link copied to clipboard
@SerialName(value = "SecondaryAudioNotSupported")
SECONDARY_AUDIO_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoProfileNotSupported")
VIDEO_PROFILE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoLevelNotSupported")
VIDEO_LEVEL_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoResolutionNotSupported")
VIDEO_RESOLUTION_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoBitDepthNotSupported")
VIDEO_BIT_DEPTH_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoFramerateNotSupported")
VIDEO_FRAMERATE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "RefFramesNotSupported")
REF_FRAMES_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AnamorphicVideoNotSupported")
ANAMORPHIC_VIDEO_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "InterlacedVideoNotSupported")
INTERLACED_VIDEO_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioChannelsNotSupported")
AUDIO_CHANNELS_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioProfileNotSupported")
AUDIO_PROFILE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioSampleRateNotSupported")
AUDIO_SAMPLE_RATE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioBitDepthNotSupported")
AUDIO_BIT_DEPTH_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "ContainerBitrateExceedsLimit")
CONTAINER_BITRATE_EXCEEDS_LIMIT
Link copied to clipboard
@SerialName(value = "VideoBitrateNotSupported")
VIDEO_BITRATE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "AudioBitrateNotSupported")
AUDIO_BITRATE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "UnknownVideoStreamInfo")
UNKNOWN_VIDEO_STREAM_INFO
Link copied to clipboard
@SerialName(value = "UnknownAudioStreamInfo")
UNKNOWN_AUDIO_STREAM_INFO
Link copied to clipboard
@SerialName(value = "DirectPlayError")
DIRECT_PLAY_ERROR
Link copied to clipboard
@SerialName(value = "VideoRangeTypeNotSupported")
VIDEO_RANGE_TYPE_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "VideoCodecTagNotSupported")
VIDEO_CODEC_TAG_NOT_SUPPORTED
Link copied to clipboard
@SerialName(value = "StreamCountExceedsLimit")
STREAM_COUNT_EXCEEDS_LIMIT

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Get the serial name of the enum member.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.