StreamData
Stream Data Class
Constructors
| Name | Description |
|---|---|
| StreamData() | Construction |
| StreamData(Byte[] stream, string model) | Construction |
| StreamData(Byte[] stream, string model, string password) | Construction |
| StreamData(string uri, string model) | Construction |
| StreamData(string uri, string model, string password) | Construction |
| StreamData(string path) | Construction |
Properties
| Name | Type | Description |
|---|---|---|
| ModelName | string | Model Name |
| Stream | Byte[] | Model Stream |
Methods
| Name | Description |
|---|---|
| GetDecryptedStreams | Get Decrypted Stream Data Collection |
| GetStreams | Get Stream Data Collection |