RtspSessionPlaySubStreams Method |
Attempts to progress the session to a play state (Play) 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 PlaySubStreams(
List<RtspSubStream> subs
)
Public Function PlaySubStreams (
subs As List(Of RtspSubStream)
) As Boolean
public:
bool PlaySubStreams(
List<RtspSubStream^>^ subs
)
member PlaySubStreams :
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