C# Class Reign.Video.BufferLayoutElement

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
StreamIndex int
Type BufferLayoutElementTypes
Usage BufferLayoutElementUsages

Public Methods

Method Description
BufferLayoutElement ( BufferLayoutElementTypes type, BufferLayoutElementUsages usage, int streamIndex, int usageIndex, int floatOffset ) : System.Collections.Generic

Method Details

BufferLayoutElement() public method

public BufferLayoutElement ( BufferLayoutElementTypes type, BufferLayoutElementUsages usage, int streamIndex, int usageIndex, int floatOffset ) : System.Collections.Generic
type BufferLayoutElementTypes
usage BufferLayoutElementUsages
streamIndex int
usageIndex int
floatOffset int
return System.Collections.Generic

Property Details

StreamIndex public property

public int StreamIndex
return int

Type public property

public BufferLayoutElementTypes Type
return BufferLayoutElementTypes

Usage public property

public BufferLayoutElementUsages Usage
return BufferLayoutElementUsages