PrtCompressedBuffer.ExtractClusterIDs Method |
Language: |
Extracts the per-sample cluster identifiers (IDs) from a PrtCompressedBuffer object.
Visual Basic Public Sub ExtractClusterIDs( _
ByVal clusterIds() As Integer _
)C# public void ExtractClusterIDs(
int[] clusterIds
);C++ public:
void ExtractClusterIDs(
array<int>^ clusterIds
);JScript public function ExtractClusterIDs(
clusterIds : int[]
);
clusterIds System.Int32[]
An integer array that will contain the cluster IDs. The required size of the array is the value returned by PrtCompressedBuffer.NumberSamples.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center