File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ Examples:
1313
1414 private static int startEncodingWorkflow() {
1515 // replace ID and key with your own
16- String userID = "ID ";
17- String userKey = "key ";
18- String mediaID = "1 ";
16+ String userID = "777 ";
17+ String userKey = "277e0d0sdfaaa9140a27c03419f5era ";
18+ String mediaID = "70456 ";
1919 StringBuffer xml = new StringBuffer();
2020
2121 xml.append("<?xml version=\"1.0\"?>");
2222 xml.append("<query>");
23- xml.append("<userid>777 </userid>");
24- xml.append("<userkey>277e0d0sdfaaa9140a27c03419f5era </userkey>");
23+ xml.append("<userid>"+userID+" </userid>");
24+ xml.append("<userkey>"+userKey+" </userkey>");
2525 xml.append("<action>GetMediaInfo</action>");
26- xml.append("<mediaid>5676 </mediaid>");
26+ xml.append("<mediaid>"+mediaID+" </mediaid>");
2727 xml.append("</query>");
2828
2929 URL server = null;
You can’t perform that action at this time.
0 commit comments