CameraHistoryTrait.MediaUrl

class CameraHistoryTrait.MediaUrl : ClusterStruct


Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

MediaUrl(
    previewUrl: String,
    thumbnailUrl: String,
    mp4DownloadUrl: String,
    dashManifestUrl: String,
    hlsMasterPlaylistUrl: String
)

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

Public constructors

MediaUrl

MediaUrl(
    previewUrl: String = "",
    thumbnailUrl: String = "",
    mp4DownloadUrl: String = "",
    dashManifestUrl: String = "",
    hlsMasterPlaylistUrl: String = ""
)

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

dashManifestUrl

val dashManifestUrlString

hlsMasterPlaylistUrl

val hlsMasterPlaylistUrlString

mp4DownloadUrl

val mp4DownloadUrlString

previewUrl

val previewUrlString

thumbnailUrl

val thumbnailUrlString