Yamaha MusicCast™ v0.1.5 MusicCast.UPnP.Service
A module for working with UPnP A/V services.
Example
defmodule AVTransport do
use MusicCast.UPnP.Service, type: "AVTransport:1"
end
By default, the service will be generated from the priv/<av_transport_1.xml>
file of the current application
but it can be configured to be any subdirectory of priv by specifying the :priv
option.
Summary
Functions
Returns a map representing the UPnP service.