Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
mediainfo-d
Commits
1014e22b
Commit
1014e22b
authored
Jan 24, 2019
by
Carsten Schlote
Browse files
Add docs build target, some fixes for warnings
parent
6f80f6e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.vscode/tasks.json
View file @
1014e22b
...
...
@@ -16,6 +16,18 @@
"$gcc"
]
},
{
//
Requires
dub
and
ldc
to
be
installed
on
host
"label"
:
"build-docs"
,
"type"
:
"shell"
,
"command"
:
"dub build --build=docs -v"
,
"group"
:
{
"kind"
:
"build"
},
"problemMatcher"
:
[
"$gcc"
]
},
{
//
Requires
dub
and
ldc
to
be
installed
on
host
"label"
:
"build-demo1"
,
...
...
source/mediainfo.d
View file @
1014e22b
...
...
@@ -289,7 +289,7 @@ public struct MediaInfo
* Output the written size when "File_Duplicate" option is used.
*
* Params:
*
V
alue = The unique name of the duplicated stream (begin with "memory://")
*
v
alue = The unique name of the duplicated stream (begin with "memory://")
* Returns:
* The size of the used buffer
*/
...
...
@@ -303,7 +303,7 @@ public struct MediaInfo
* Output the written size when "File_Duplicate" option is used.
*
* Params:
*
Value
= The
order of calling
*
pos
= The
position ?
* Returns:
* The size of the used buffer
*/
...
...
@@ -315,8 +315,8 @@ public struct MediaInfo
* Configure or get information about MediaInfoLib
*
* Params:
*
O
ption = The name of option
*
V
alue = The value of option
*
o
ption = The name of option
*
v
alue = The value of option
* Returns:
* Depend of the option: by default "" (nothing) means No, other means Yes
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment