Program
Program
一个类对象,表示Program对象,使用ProgramBuilder构建。
实现
构造函数
new Program()
new Program(
identifier,channelDescriptor,title,startTimeMs,endTimeMs,subtitle,description,thumbnailUrl,posterArtUrl,ratings,genres,attributes,seriesInfo): Program
参数
identifier
string
channelDescriptor
title
string
startTimeMs
number
endTimeMs
number
subtitle?
string
description?
string
thumbnailUrl?
string
posterArtUrl?
string
ratings?
string[]
genres?
string[]
attributes?
string[]
seriesInfo?
ISeriesInfo | undefined
返回值
Last updated: 2026年7月31日

