Actions
|
Get Url |
Get the media source's URL string (must be implemented in child classes). Target is Media Source |
|
SetMediaOption (boolean) |
Set a boolean parameter to pass to the player. Target is Media Source |
|
SetMediaOption (float) |
Set a float parameter to pass to the player. Target is Media Source |
|
SetMediaOption (integer64) |
Set an integer64 parameter to pass to the player. Target is Media Source |
|
SetMediaOption (string) |
Set a string parameter to pass to the player. Target is Media Source |
|
Validate |
Validate the media source settings (must be implemented in child classes). Target is Media Source |