Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Feb 22, 2024
1 parent b9d77d9 commit 278eb2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,15 @@ export interface VersionInfo {

export type InfoParameters = Empty
export interface InfoEntry {
/** Channel number, eg 1,2,3 */
channel: number
/** Channel format, eg "720p5000" */
format: string
/** Channel frame rate, eg 50 */
channelRate: number
/** Channel frame rate, eg 50 */
frameRate: number
/** If interlaced or not */
interlaced: boolean

/** eg "PLAYING" */
Expand Down

0 comments on commit 278eb2b

Please sign in to comment.