RtspSessionSetupUdpMulticastSubStreams Method |
Attempts to progress the session to set up (Setup) individual substreams. (See
also RtspPrimitives.CreateMulticastSession)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SetupUdpMulticastSubStreams(
List<RtspSubStream> subs,
int mediaport
)
Public Function SetupUdpMulticastSubStreams (
subs As List(Of RtspSubStream),
mediaport As Integer
) As Boolean
public:
bool SetupUdpMulticastSubStreams(
List<RtspSubStream^>^ subs,
int mediaport
)
member SetupUdpMulticastSubStreams :
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