OdinRoom.PauseOutputMedia
public virtual bool PauseOutputMedia(OdinMedia media)
public virtual bool PauseOutputMedia(MediaDecoder decoder)
Stop a started remote output decoder
Parameters#
Returns#
Type | Description |
---|
Boolean | true on stop or false |
Variants#
public virtual bool PauseOutputMedia(OdinMedia media)
Stop a started remote output decoder
Parameters#
Name | Type | Description |
---|
media | OdinMedia | output wrapper |
Returns#
Type | Description |
---|
Boolean | true on stop or false |
public virtual bool PauseOutputMedia(MediaDecoder decoder)
Stop a started remote output decoder
Parameters#
Returns#
Type | Description |
---|
Boolean | true on stop or false |