SubtitleProfile

data class SubtitleProfile(val format: String? = null, val method: SubtitleDeliveryMethod, val didlMode: String? = null, val language: String? = null, val container: String? = null)

A class for subtitle profile information.

Constructors

Link copied to clipboard
constructor(format: String? = null, method: SubtitleDeliveryMethod, didlMode: String? = null, language: String? = null, container: String? = null)

Properties

Link copied to clipboard

The container.

Link copied to clipboard

The DIDL mode.

Link copied to clipboard

The format.

Link copied to clipboard

The language.

Link copied to clipboard

The delivery method.