PushAvStreamTransportTrait.ContainerOptionsStruct

class PushAvStreamTransportTrait.ContainerOptionsStruct : ClusterStruct


Defines the options related to the container format used for an AV stream.

Summary

Nested types

Descriptor enum for this struct's fields.

Public constructors

Creates the ContainerOptionsStruct class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public properties

OptionalValue<PushAvStreamTransportTrait.CmafContainerOptionsStruct>

An optional field containing a CMAFContainerOptionsStruct when the containerType is CMAF, allowing for detailed configuration of CMAF parameters.

PushAvStreamTransportTrait.ContainerFormatEnum

The container format.

Public constructors

ContainerOptionsStruct

ContainerOptionsStruct(
    containerType: PushAvStreamTransportTrait.ContainerFormatEnum = ContainerFormatEnum.CMAF,
    cmafContainerOptions: OptionalValue<PushAvStreamTransportTrait.CmafContainerOptionsStruct> = OptionalValue.absent()
)

Creates the ContainerOptionsStruct class.

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

cmafContainerOptions

val cmafContainerOptionsOptionalValue<PushAvStreamTransportTrait.CmafContainerOptionsStruct>

An optional field containing a CMAFContainerOptionsStruct when the containerType is CMAF, allowing for detailed configuration of CMAF parameters.

containerType

val containerTypePushAvStreamTransportTrait.ContainerFormatEnum

The container format.