1{ 2 "module": { 3 "common": [ 4 { 5 "tag": "mediaLog", 6 "isEnable": false 7 } 8 ], 9 "codec": [ 10 { 11 "tag": "forceSWDecoder", 12 "isEnable": false 13 } 14 ], 15 "mediachannel": [ 16 { 17 "tag": "videoFormat", 18 "defaultWidth": 1920, 19 "defaultHeight": 1080, 20 "defaultFramerate": 30 21 }, 22 { 23 "tag": "audioFormat", 24 "defaultChannel": 2, 25 "defaultSamplerate": 48000 26 }, 27 { 28 "tag": "rtcpLimit", 29 "timeout": 3 30 }, 31 { 32 "tag": "bufferDispatcher", 33 "maxBufferCapacity": 800, 34 "bufferCapacityIncrement": 50 35 } 36 ], 37 "interaction": [ 38 { 39 "tag": "tag1", 40 "key1": 1 41 } 42 ], 43 "context": [ 44 { 45 "tag": "agentLimit", 46 "maxContext": 20, 47 "maxSinkAgent": 20, 48 "maxSrcAgent": 20 49 } 50 ], 51 "network": [ 52 { 53 "tag": "networkLimit", 54 "logOn": 1 55 }, 56 { 57 "tag": "udpPort", 58 "minport": 6700, 59 "maxport": 7000 60 } 61 ] 62 }, 63 "application": { 64 "sharingWfd": [ 65 // defined in wfd_def.h 66 { 67 "tag": "abilityLimit", 68 "accessDevMaximum": 4, 69 "surfaceMaximum": 5, 70 "foregroundMaximum": 2 71 }, 72 { 73 "tag": "ctrlport", 74 "defaultWfdCtrlport": 7236 75 } 76 ] 77 } 78}