StreamPoolAsset
Inherits from Asset
Summary
Constructors
StreamPoolAsset() |
StreamPoolAsset(guid: Guid) |
StreamPoolAsset(other: Asset) |
StreamPoolAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
streamPoolId | int |
streamBufferSizeXenon | int |
streamBufferSizePs3 | int |
streamBufferSizeWin32 | int |
streamCountXenon | int |
streamCountPs3 | int |
streamCountWin32 | int |
streamReadBlockSizeXenon | int |
streamReadBlockSizePs3 | int |
streamReadBlockSizeWin32 | int |
streamStarveMode | StreamStarveMode |
Static members
Name | Type |
---|---|
StreamPoolAsset.typeInfo | TypeInformation |
Constructors
StreamPoolAsset
StreamPoolAsset()
Creates a new StreamPoolAsset frostbite instance.
StreamPoolAsset
StreamPoolAsset(guid: Guid)
Creates a new StreamPoolAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
StreamPoolAsset
StreamPoolAsset(other: Asset)
Casts an instance of type Asset to StreamPoolAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to StreamPoolAsset. |
StreamPoolAsset
StreamPoolAsset(other: DataContainer)
Casts an instance of type DataContainer to StreamPoolAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to StreamPoolAsset. |
Properties
streamPoolId
int
streamBufferSizeXenon
int
streamBufferSizePs3
int
streamBufferSizeWin32
int
streamCountXenon
int
streamCountPs3
int
streamCountWin32
int
streamReadBlockSizeXenon
int
streamReadBlockSizePs3
int
streamReadBlockSizeWin32
int
streamStarveMode
Static members
typeInfo
The type information for the StreamPoolAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)