# ProgramInfo - [Overview](#section1946451835165635) - [Summary](#section255717250165635) - [Data Fields](#pub-attribs) - [Details](#section400338988165635) - [Field](#section781250091165635) - [durationMs](#a652dc8e396a6c8337f24ef19a60ff8d5) - [programId](#a37665885745484c665fd7c3f7c4e0257) - [track](#a7464c64a9cdbd91debb2e0dc3ae494bd) - [trackNum](#a63ffbb3059e57c139cb3801c8188c662) ## **Overview** **Related Modules:** [Format](Format.md) **Description:** Defines program information. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Data Fields

Variable Name

Description

programId

int32_t

durationMs

int64_t

trackNum

uint32_t

track

TrackInfo *

## **Details** ## **Field ** ## durationMs ``` int64_t ProgramInfo::durationMs ``` **Description:** Program duration ## programId ``` int32_t ProgramInfo::programId ``` **Description:** Program index ## track ``` [TrackInfo](TrackInfo.md)* ProgramInfo::track ``` **Description:** Pointer to the array of current program information ## trackNum ``` uint32_t ProgramInfo::trackNum ``` **Description:** Number of tracks of the current program