Property | Type | Description | |
---|---|---|---|
InboundConnectivity | |||
InboundSDP | Variant | ||
LastRequestSequence | uint | ||
OutboundConnectivity |
Method | Description | |
---|---|---|
ClearResponseMessage ( ) : void | ||
CloseOutboundConnectivity ( ) : void | ||
EnableKeepAlive ( uint period, string keepAliveURI ) : bool | ||
GenerateSessionId ( ) : string | ||
GetInboundConnectivity ( string sdpStreamName, uint bandwidthHint, byte rtcpDetectionInterval ) : |
||
GetOutboundConnectivity ( IInNetStream pInNetStream, bool forceTcp ) : |
||
GetRequest ( uint seqId, Variant result, string &content ) : bool | ||
GetStats ( Variant info, uint namespaceId ) : void | ||
Initialize ( Variant parameters ) : bool | ||
PushRequestContent ( string outboundContent, bool append ) : void | ||
PushRequestFirstLine ( string method, string url, string version ) : void | ||
PushRequestHeader ( string name, string value ) : void | ||
PushResponseContent ( string outboundContent, bool append ) : void | ||
PushResponseFirstLine ( string version, uint code, string reason ) : void | ||
PushResponseHeader ( string name, string value ) : void | ||
RtspProtocol ( ) : System | ||
SendKeepAliveOptions ( ) : bool | ||
SendMessage ( Variant headers, string content ) : bool | ||
SendRaw ( |
||
SendRaw ( byte buffer ) : bool | ||
SendRequestMessage ( ) : bool | ||
SendResponseMessage ( ) : bool | ||
SetAuthentication ( string wwwAuthenticateHeader, string userName, string password ) : bool | ||
SignalInputData ( int recAmount ) : bool |
Method | Description | |
---|---|---|
CloseInboundConnectivity ( ) : void | ||
HandleRTSPMessage ( ) : bool | ||
ParseFirstLine ( string line ) : bool | ||
ParseNormalHeaders ( ) : bool |
public EnableKeepAlive ( uint period, string keepAliveURI ) : bool | ||
period | uint | |
keepAliveURI | string | |
return | bool |
public GetInboundConnectivity ( string sdpStreamName, uint bandwidthHint, byte rtcpDetectionInterval ) : |
||
sdpStreamName | string | |
bandwidthHint | uint | |
rtcpDetectionInterval | byte | |
return |
public GetOutboundConnectivity ( IInNetStream pInNetStream, bool forceTcp ) : |
||
pInNetStream | IInNetStream | |
forceTcp | bool | |
return |
public GetRequest ( uint seqId, Variant result, string &content ) : bool | ||
seqId | uint | |
result | Variant | |
content | string | |
return | bool |
public GetStats ( Variant info, uint namespaceId ) : void | ||
info | Variant | |
namespaceId | uint | |
return | void |
public Initialize ( Variant parameters ) : bool | ||
parameters | Variant | |
return | bool |
public PushRequestContent ( string outboundContent, bool append ) : void | ||
outboundContent | string | |
append | bool | |
return | void |
public PushRequestFirstLine ( string method, string url, string version ) : void | ||
method | string | |
url | string | |
version | string | |
return | void |
public PushRequestHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public PushResponseContent ( string outboundContent, bool append ) : void | ||
outboundContent | string | |
append | bool | |
return | void |
public PushResponseFirstLine ( string version, uint code, string reason ) : void | ||
version | string | |
code | uint | |
reason | string | |
return | void |
public PushResponseHeader ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public SendMessage ( Variant headers, string content ) : bool | ||
headers | Variant | |
content | string | |
return | bool |
public SendRaw ( |
||
message | ||
client | ||
isAudio | bool | |
isData | bool | |
return | bool |
public SetAuthentication ( string wwwAuthenticateHeader, string userName, string password ) : bool | ||
wwwAuthenticateHeader | string | |
userName | string | |
password | string | |
return | bool |
public SignalInputData ( int recAmount ) : bool | ||
recAmount | int | |
return | bool |
public InboundConnectivity,CSharpRTMP.Core.Protocols.Rtsp InboundConnectivity | ||
return |