D3DStream constructor.

 

   

Syntax
 

[C#]
D3DStream(ObjectSoup soup)
D3DStream(ObjectSoup soup, string path)
D3DStream(ObjectSoup soup, byte[] data)

[Visual Basic]
D3DStream(soup As ObjectSoup)
D3DStream(soup As ObjectSoup, path As string)
D3DStream(soup As ObjectSoup, data() As Byte)

 

   

Params
 
Name Description
soup The ObjectSoup to contain the newly created D3DStream.
path A path to a file containing data which should be placed in the D3DStream.
data An array of bytes which should be placed in the D3DStream.

 

   

Notes
 

D3DStream constructor.

 

   

Example
 
None.