3 lines
127 B
MySQL
3 lines
127 B
MySQL
|
|
UPDATE [dbo].[DefaultProperties]
|
|||
|
|
SET DefaultValue = 'CH10_PCM_128BIT_2HDR'
|
|||
|
|
WHERE PropertyName = 'DefaultUDPStreamProfile';
|