When deleting an audio track, the SetSTN commands have to be adjusted.
When the SetSTN is set directly, it's sufficient to change the track number. When it happens indirectly (gprm-value), I have to search where that gprm is set and modify the values. Am i right so far?
Now, I have found this:
4 Set gprm(1) =(mov) sprm(1:Audio stream number)
5 Set gprm(1) &=(and) 3
So, the current audio stream number is stored in gprm(1), and then there's a logical AND. The value of gprm(1) doesn't seem to change when I trace through these commands.
How do i have to interprete this? Normally, a logical AND gives true when both conditions are true.
Second question: Suppose I delete an audiotrack in VTS1. Do I have to change SetSTN commands in the whole dvd or only in the VTS1 domain?
(Does each domain has its own SetSTN command set?).
When the SetSTN is set directly, it's sufficient to change the track number. When it happens indirectly (gprm-value), I have to search where that gprm is set and modify the values. Am i right so far?
Now, I have found this:
4 Set gprm(1) =(mov) sprm(1:Audio stream number)
5 Set gprm(1) &=(and) 3
So, the current audio stream number is stored in gprm(1), and then there's a logical AND. The value of gprm(1) doesn't seem to change when I trace through these commands.
How do i have to interprete this? Normally, a logical AND gives true when both conditions are true.
Second question: Suppose I delete an audiotrack in VTS1. Do I have to change SetSTN commands in the whole dvd or only in the VTS1 domain?
(Does each domain has its own SetSTN command set?).
Comment