Creates an event reader from a file that is specified by a path.
public:
IAsyncOperation<KStudioEventReader^ >^ CreateEventReaderFromFilePathAsync(
String^ filePath,
KStudioEventStreamSelectorCollection^ streamSelectorCollection,
KStudioEventReaderFlags flags
)
filePath
Type: String
The path to the file from which to create the event reader.
streamSelectorCollection
Type: KStudioEventStreamSelectorCollection
The set of event streams over which to enumerate.
flags
Type: KStudioEventReaderFlags
Flags to control the event reader.
Type: IAsyncOperation<KStudioEventReader^ >
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