RtspPrimitivesExecuteSessionNonAggregate Method (MethodType, IEnumerableRtspSubStream) |
Executes a non aggregated RTSP request on a number of substreams.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool ExecuteSessionNonAggregate(
MethodType method,
IEnumerable<RtspSubStream> subStreams
)
Public Function ExecuteSessionNonAggregate (
method As MethodType,
subStreams As IEnumerable(Of RtspSubStream)
) As Boolean
public:
bool ExecuteSessionNonAggregate(
MethodType method,
IEnumerable<RtspSubStream^>^ subStreams
)
member ExecuteSessionNonAggregate :
method : MethodType *
subStreams : IEnumerable<RtspSubStream> -> bool
Parameters
- method
- Type: StreamCoders.RtspMethodType
Currently supportedd methods: Play, Pause (RESUME, SEEK) - subStreams
- Type: System.Collections.GenericIEnumerableRtspSubStream
Substreams to use.
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also