TlvProgramCast: ObjectSchema<{
    name: FieldType<string>;
    role: FieldType<string>;
}> = ...

This object provides the cast information related to a program.

Type declaration

  • name: FieldType<string>

    This field shall represent the name of the cast member.

    MatterSpecification.v13.Cluster § 6.6.5.10.1

  • role: FieldType<string>

    This field shall represent the role of the cast member. Ex. Actor, Director.

    MatterSpecification.v13.Cluster § 6.6.5.10.2

MatterSpecification.v13.Cluster § 6.6.5.10