We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4592533 commit 44b9697Copy full SHA for 44b9697
README.md
@@ -37,12 +37,10 @@ Defines.CiscoDllName64bit = "{YourPath}/openh264-2.4.0-win64.dll";
37
```
38
39
## Example
40
-Examples codes can be found on examples directory on the repository.
41
-
42
-Following code shows minimalist example of encoder and decoder in action.
43
+Examples codes can be found on examples directory on the repository.<br/>
44
For detailed information and documentation please check out [Wiki](https://github.com/ReferenceType/H264Sharp/wiki) page
45
+Following code shows minimalist example of encoder and decoder in action.
46
``` csharp
47
static void Main(string[] args)
48
{
0 commit comments