Method AvailableServices
AvailableServices()
Gets a list of the available Codecs (by name).
Declaration
public virtual ICollection<string> AvailableServices()
Returns
Type | Description |
---|---|
ICollection<System.String> | A ICollection{string} of Codec names. |