Property | Type | Description | |
---|---|---|---|
AudioSampleAccess | bool | ||
Id | uint | ||
Publication | |||
ReceiveAudio | bool | ||
ReceiveVideo | bool | ||
VideoSampleAccess | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Flush ( ) : void | ||
Init ( Peer client ) : void | ||
Listener ( uint id, |
||
PushAudioPacket ( uint time, |
||
PushDataPacket ( string name, |
||
PushVideoPacket ( uint time, |
||
StartPublishing ( string name ) : void | ||
StopPublishing ( string name ) : void |
Method | Description | |
---|---|---|
ComputeTime ( uint time ) : uint | ||
WriteBound ( |
||
WriteBounds ( ) : void |
public Listener ( uint id, |
||
id | uint | |
publication | ||
writer | ||
unbuffered | bool | |
return | System |
public PushAudioPacket ( uint time, |
||
time | uint | |
packet | ||
return | void |
public PushDataPacket ( string name, |
||
name | string | |
packet | ||
return | void |
public PushVideoPacket ( uint time, |
||
time | uint | |
packet | ||
return | void |
public StartPublishing ( string name ) : void | ||
name | string | |
return | void |
public Publication,CSharpRTMP.Core.Protocols.Rtmfp Publication | ||
return |