MediaPlayerisStreamingUrl Method |
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool isStreamingUrl(
string url
)
Public Function isStreamingUrl (
url As String
) As Boolean
public:
bool isStreamingUrl(
String^ url
)
member isStreamingUrl :
url : string -> bool
Parameters
- url
- Type: SystemString
Return Value
Type:
BooleanSee Also