StreamOutputElement Constructor
In This Topic
Initializes a new instance of the
StreamOutputElement struct.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Byte, _
ByVal As System.Byte, _
ByVal As System.Byte _
)
public StreamOutputElement(
System.int ,
System.string ,
System.int ,
System.byte ,
System.byte ,
System.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