Ozeki VoIP SDK Class library
SendPlay Method (location, startTime, endTime, rangeType, rangeFormat)
NamespacesOzeki.Media.IPCamera.RtspRtspClientSendPlay(Uri, Nullable<(Of <<'(TimeSpan>)>>), Nullable<(Of <<'(TimeSpan>)>>), String, String)
Declaration Syntax
C#Visual BasicVisual C++
public RtspMessage SendPlay(
	Uri location = null,
	Nullable<TimeSpan> startTime = null,
	Nullable<TimeSpan> endTime = null,
	string rangeType = "npt",
	string rangeFormat = null
)
Public Function SendPlay ( 
	Optional location As Uri = Nothing,
	Optional startTime As Nullable(Of TimeSpan) = Nothing,
	Optional endTime As Nullable(Of TimeSpan) = Nothing,
	Optional rangeType As String = "npt",
	Optional rangeFormat As String = Nothing
) As RtspMessage
public:
RtspMessage^ SendPlay(
	Uri^ location = nullptr, 
	Nullable<TimeSpan> startTime = nullptr, 
	Nullable<TimeSpan> endTime = nullptr, 
	String^ rangeType = L"npt", 
	String^ rangeFormat = nullptr
)
Parameters
location (Uri) (Optional)
startTime (Nullable<(Of <(<'TimeSpan>)>)>) (Optional)
endTime (Nullable<(Of <(<'TimeSpan>)>)>) (Optional)
rangeType (String) (Optional)
rangeFormat (String) (Optional)
Return Value

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290