OfflineOptionEntry
interface OfflineOptionEntry
Inheritors
Properties
| Name | Summary |
|---|---|
| action | abstract var action: OfflineOptionEntryAction? The OfflineOptionEntryAction of the option that will be applied in an OfflineContentManager.process call. Throws an IllegalOperationException when setting an OfflineOptionEntryAction that is not compatible with the current state. |
| bitrate | abstract val bitrate: Int The bitrate of the option. |
| codecs | abstract val codecs: String? The codecs of the option. |
| id | abstract val id: String? The ID of the option. |
| language | abstract val language: String? The language of the option. |
| mimeType | abstract val mimeType: String? The mime type of the option. |
| state | abstract val state: OfflineOptionEntryState The OfflineOptionEntryState of the option. |