set_shared
Description:
public void set_shared (
bool shared)
Set or unset if the pipeline for this can be shared will multiple clients.
When shared
is true, client requests for this media will share the media pipeline.
Parameters:
this |
a Media
|
shared |
the new value
|