OdinRoom.ResumeOutputMedia
public virtual bool ResumeOutputMedia(OdinMedia media)
public virtual bool ResumeOutputMedia(MediaDecoder decoder)
Start a stopped remote output decoder
Parameters#
Returns#
Type | Description |
---|
Boolean | true on start or false |
Variants#
public virtual bool ResumeOutputMedia(OdinMedia media)
Start a stopped remote output decoder
Parameters#
Name | Type | Description |
---|
media | OdinMedia | output wrapper |
Returns#
Type | Description |
---|
Boolean | true on start or false |
public virtual bool ResumeOutputMedia(MediaDecoder decoder)
Start a stopped remote output decoder
Parameters#
Returns#
Type | Description |
---|
Boolean | true on start or false |