CameraHistoryTrait.MediaUrl

class CameraHistoryTrait.MediaUrl : ClusterStruct


Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

MediaUrl(
    preview_url: String,
    thumbnail_url: String,
    mp4_download_url: String,
    dash_manifest_url: String,
    hls_master_playlist_url: 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(
    preview_url: String = "",
    thumbnail_url: String = "",
    mp4_download_url: String = "",
    dash_manifest_url: String = "",
    hls_master_playlist_url: 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

dash_manifest_url

val dash_manifest_urlString

hls_master_playlist_url

val hls_master_playlist_urlString

mp4_download_url

val mp4_download_urlString

preview_url

val preview_urlString

thumbnail_url

val thumbnail_urlString