RtspSessionSetupUdpUnicastSubStreams Method |
Attempts to progress the session to set up (Setup) individual substreams. (See
also RtspPrimitives.CreateUdpSession)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SetupUdpUnicastSubStreams(
List<RtspSubStream> subs,
int mediaport
)
Public Function SetupUdpUnicastSubStreams (
subs As List(Of RtspSubStream),
mediaport As Integer
) As Boolean
public:
bool SetupUdpUnicastSubStreams(
List<RtspSubStream^>^ subs,
int mediaport
)
member SetupUdpUnicastSubStreams :
subs : List<RtspSubStream> *
mediaport : int -> bool
Parameters
- subs
- Type: System.Collections.GenericListRtspSubStream
A list of SubStream objects to use. - mediaport
- Type: SystemInt32
The mediaport.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also