RtspSessionPauseSubStreams Method |
Attempts to progress the session to a pause state (Pause) on indivual substreams.
(See also RtspPrimitives.ExecuteSessionNonAggregate)
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool PauseSubStreams(
List<RtspSubStream> subs
)
Public Function PauseSubStreams (
subs As List(Of RtspSubStream)
) As Boolean
public:
bool PauseSubStreams(
List<RtspSubStream^>^ subs
)
member PauseSubStreams :
subs : List<RtspSubStream> -> bool
Parameters
- subs
- Type: System.Collections.GenericListRtspSubStream
A list of SubStream objects to use.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also