C# Class RaumfeldNET.MediaItem_Radio

Inheritance: MediaItem_Track
Show file Open project: stoennies/raumwiese Class Usage Examples

Public Properties

Property Type Description
_durability System.UInt16

Protected Properties

Property Type Description
_bitrate System.UInt16
_protocolInfo String
_radioName String
_region String
_signalStrength System.UInt16

Public Methods

Method Description
MediaItem_Radio ( ) : System
initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void

Method Details

MediaItem_Radio() public method

public MediaItem_Radio ( ) : System
return System

initValuesFromXMLNode() public method

public initValuesFromXMLNode ( XmlNode _nodeItem, XmlNamespaceManager _manager ) : void
_nodeItem System.Xml.XmlNode
_manager System.Xml.XmlNamespaceManager
return void

Property Details

_bitrate protected property

protected UInt16,System _bitrate
return System.UInt16

_durability public property

public UInt16,System _durability
return System.UInt16

_protocolInfo protected property

protected String _protocolInfo
return String

_radioName protected property

protected String _radioName
return String

_region protected property

protected String _region
return String

_signalStrength protected property

protected UInt16,System _signalStrength
return System.UInt16