Name

Pkg::SourceMediaData — Return media data about the source

Synopsis

map SourceMediaData ( integer SrcId );
 

Parameters

integer SrcId

Specifies the InstSrc to query.

Return

map

Description

Return media data about the source as a map:


$["media_count": YCPInteger,
"media_id"	  : YCPString,
"media_vendor" : YCPString,
"url"	  : YCPString,
];