MCPcopy Create free account
hub / github.com/Samsung/rlottie / help

Method help

example/lottieviewtest.cpp:94–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 static int help() {
95 printf("Usage ./lottieviewTest [-s] [strategy] [-t] [timeout] [-c] [count]\n");
96 printf("\n \t-t : timeout duration in seconds\n");
97 printf("\n \t-c : number of resource in the grid\n");
98 printf("\n \t-s : Rendering Strategy\n");
99 printf("\t\t 0 - Test Lottie SYNC Renderer with CPP API\n");
100 printf("\t\t 1 - Test Lottie ASYNC Renderer with CPP API\n");
101 printf("\t\t 2 - Test Lottie SYNC Renderer with C API\n");
102 printf("\t\t 3 - Test Lottie ASYNC Renderer with C API\n");
103 printf("\t\t 4 - Test Lottie Tree Api using Efl VG Render\n");
104 printf(" Default : ./lottieviewTest -s 1 \n");
105 return 0;
106 }
107public:
108 EvasApp *mApp;
109 Strategy mStrategy;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected