Skip to content

Commit

Permalink
Merge pull request #169 from Comcast/feature/native-audio
Browse files Browse the repository at this point in the history
Add AUDIO_NATIVE audio type
  • Loading branch information
LimitlessEarth authored Jun 8, 2022
2 parents cf4c2bd + 6c7c8ff commit 4c4c4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions psi/pmtdescriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const (
AUDIO_CLEAN_EFFECTS int = 1 // 0000 0001 (0x01)
AUDIO_DESCRIPTION int = 3 // 0000 0011 (0x03)
AUDIO_PRIMARY int = 128 // 1000 0000 (0x80)
AUDIO_NATIVE int = 129 // 1000 0001 (0x81)
)

// Descriptor tag extension
Expand Down
1 change: 1 addition & 0 deletions v2/psi/pmtdescriptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const (
AUDIO_CLEAN_EFFECTS int = 1 // 0000 0001 (0x01)
AUDIO_DESCRIPTION int = 3 // 0000 0011 (0x03)
AUDIO_PRIMARY int = 128 // 1000 0000 (0x80)
AUDIO_NATIVE int = 129 // 1000 0001 (0x81)
)

// Descriptor tag extension
Expand Down

0 comments on commit 4c4c4eb

Please sign in to comment.