Add streamIdentifier to audio stream export

This commit is contained in:
JonnyWong16 2020-11-25 21:27:58 -08:00
commit 2089172384
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 5 additions and 2 deletions

View file

@ -309,7 +309,8 @@ class Export(object):
'duration': None,
'profile': None,
'requiredBandwidths': None,
'samplingRate': None
'samplingRate': None,
'streamIdentifier': None
},
'subtitleStreams': {
'codec': None,
@ -616,7 +617,8 @@ class Export(object):
'duration': None,
'profile': None,
'requiredBandwidths': None,
'samplingRate': None
'samplingRate': None,
'streamIdentifier': None
},
'subtitleStreams': {
'codec': None,