Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
49940c15
Commit
49940c15
authored
May 11, 2015
by
Guillaume BIENKOWSKI
Browse files
Update doc
parent
5b23e766
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
include/mediastreamer2/mediastream.h
include/mediastreamer2/mediastream.h
+6
-1
No files found.
include/mediastreamer2/mediastream.h
View file @
49940c15
...
...
@@ -757,7 +757,12 @@ MS2_PUBLIC void video_stream_change_camera(VideoStream *stream, MSWebCam *cam);
MS2_PUBLIC
MSFilter
*
video_stream_change_source_filter
(
VideoStream
*
stream
,
MSWebCam
*
cam
,
MSFilter
*
filter
,
bool_t
keep_previous_source
);
/**
* @brief This is the same function as \ref
* @brief This is the same function as \ref video_stream_change_source_filter() called with keep_source=1, but
* the new filter will be created from the MSWebcam that is passed as argument.
*
* @param stream the video stream
* @param cam the MSWebcam from which the new source filter should be created.
* @return the previous source filter
*/
MS2_PUBLIC
MSFilter
*
video_stream_change_camera_keep_previous_source
(
VideoStream
*
stream
,
MSWebCam
*
cam
);
...
...
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