Method | Description | |
---|---|---|
InitializeAsync ( ) : System.Threading.Tasks.Task |
Initialize frame contents from the stream
|
|
WriteData ( Stream buffer ) : void |
Writes the data to buffer.
|
protected InitializeAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected WriteData ( Stream buffer ) : void | ||
buffer | Stream | The buffer. |
return | void |