5 /// A RadioTrack that can be played as part of a station.
6 /// </summary>
7 /// <remarks>This may end up being useless in future if all tracks can be used as part of a station- currently only other \ref StationRadioTrack s don't have this (so you can't nest stations) but that could be changed in future.</remarks>
8 /// <example><code>
9 /// public class MyCustomTrack : RadioTrack, IStationTrack { ... }</code></example>