Gets event streams by type, asynchronously.
public:
IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >^ GetEventStreamsByTypeAsync(
String^ dataTypeIdFilter,
uint32 maxValueCount
)
dataTypeIdFilter
Type: String
The data type ID filter.
maxValueCount
Type: uint32
The maximum value count.
Type: IAsyncOperation<IVectorView<IKStudioEventStream^ >^ >
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd
KStudioWritableEventFile Class