Creates an enumerator for iterating over events in selected event streams in a file in order of timestamp.
public:
IAsyncOperation<KStudioEventReader^ >^ CreateEventReaderFromFileObjectAsync(
KStudioEventFile^ file,
KStudioEventStreamSelectorCollection^ streamSelectorCollection,
KStudioEventReaderFlags flags
)
file
Type: KStudioEventFile
The file containing the events to enumerate.
streamSelectorCollection
Type: KStudioEventStreamSelectorCollection
The set of event streams over which to enumerate.
flags
Type: KStudioEventReaderFlags
Flags to control the event reader.
Type: IAsyncOperation<KStudioEventReader^ >
An event reader to enumerate the events in the file in order.
order to read the events on a remote file, the client needs to be connected to the service.
After creating an Event Reader from a file, it is the caller’s responsibilty to dispose the File object when the caller and the Event Reader are done with it.
Namespace: Microsoft.Kinect.Tools
Metadata: microsoft.kinect.tools.winmd