Свойство | Type | Description | |
---|---|---|---|
pointName | string |
Méthode | Description | |
---|---|---|
Close ( ) : void |
Close all streams. Only do this once all fragments have been pushed.
|
|
Connect ( int StreamId ) : Stream |
Try to connect to the host server. Call this method first. Throws exceptions on failure. After a sucessful call ypu may start sending data chunks.
|
|
IisSmoothPush ( |
||
IsConnected ( int StreamId ) : bool |
Returns true if the given stream/track ID has a connection open.
|
|
PushData ( int StreamId, byte Data ) : void |
Push a chunk of raw data to the connected server
|
Méthode | Description | |
---|---|---|
WakeIIS ( ) : void |
public IisSmoothPush ( |
||
Destination | ||
Résultat | System |
public PushData ( int StreamId, byte Data ) : void | ||
StreamId | int | |
Data | byte | |
Résultat | void |