Method | Description | |
---|---|---|
AddTrack ( Variant track, bool isAduio ) : bool | ||
Cleanup ( ) : void | ||
CreateCarriers ( |
||
Dispose ( ) : void | ||
EnqueueForDelete ( ) : void | ||
FeedData ( uint channelId, |
||
GetTransportHeaderLine ( bool isAudio, bool isClient ) : string | ||
InboundConnectivity ( |
||
Initialize ( ) : bool | ||
ReportSR ( ulong ntpMicroseconds, uint rtpTimestamp, bool isAudio ) : void | ||
SendRR ( bool isAudio ) : bool |
public AddTrack ( Variant track, bool isAduio ) : bool | ||
track | Variant | |
isAduio | bool | |
return | bool |
public CreateCarriers ( |
||
rtp | ||
rtcp | ||
return | bool |
public FeedData ( uint channelId, |
||
channelId | uint | |
buffer | ||
length | uint | |
return | bool |
public GetTransportHeaderLine ( bool isAudio, bool isClient ) : string | ||
isAudio | bool | |
isClient | bool | |
return | string |
public InboundConnectivity ( |
||
rtsp | ||
streamName | string | |
bandwidthHint | uint | |
rtcpDetectionInterval | System.TimeSpan | |
return | System |
public ReportSR ( ulong ntpMicroseconds, uint rtpTimestamp, bool isAudio ) : void | ||
ntpMicroseconds | ulong | |
rtpTimestamp | uint | |
isAudio | bool | |
return | void |