radioProperties.js
Go to the documentation of this file.
1 const SC_NS = "http://songbirdnest.com/data/1.0#";
2 const SC_streamName = SC_NS + "streamName";
3 const SC_bitRate = SC_NS + "bitRate"; // SBProperties.bitRate
4 const SC_comment = SC_NS + "comment"; // SBProperties.comment
5 const SC_mimeType = SC_NS + "contentType"; // SBProperties.contentType
6 const SC_listenerCount = SC_NS + "listenerCount";
7 const SC_id = SC_NS + "streamId";
8 const SC_bookmark = SC_NS + "streamFave";
const SC_bitRate
const SC_listenerCount
const SC_NS
const SC_bookmark
const SC_id
const SC_mimeType
const SC_comment
const SC_streamName