StreamOutputElement Constructor
In This Topic
Initializes a new instance of the
StreamOutputElement struct.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As String, _
ByVal As Integer, _
ByVal As Byte, _
ByVal As Byte, _
ByVal As Byte _
)
public StreamOutputElement(
int ,
string ,
int ,
byte ,
byte ,
byte
)
Parameters
- streamIndex
- Zero-based, stream number
- semanticName
- Name of the semantic.
- semanticIndex
- Index of the semantic.
- startComponent
- The start component.
- componentCount
- The component count.
- outputSlot
- The output slot.
See Also