Windows Media Services SDK banner art
PreviousNext

Channel.NSCURL Property

Returns or sets the .nsc file URL of the station. The .nsc file is the Windows Media Services station format file that is referred to by an Advanced Stream redirector (.asx) file.

Syntax

Station.NSCURL

Remarks

The .nsc file is only required for use with Windows Media Services Program Manager.

The .nsc file URL is a text string that uses the following formats:



Example

' Get the station named "January Programs"
Set MyStation = NSChannelMgr.Channels.Find( "January Programs" )
' Specify a location for station NSC file
MyStation.NSCURL = "http://www.opera.org/janprog.nsc"

See Also

Channel Objects, Channel.Port , Channel.MulticastAddress, ChannelFormats Collection Object

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.