albintre / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Basic seeking capability in FileVideoSource for Video.DirectShow #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Add IMediaSeeking interface to Video.DirectShow.Internals (IMediaSeeking.cs)

2. Add GetCurrentTime & SetCurrentTime functions (FileVideoSource.cs)
They are implemented using IMediaSeeking::SetPositions and 
IMediaSeeking::GetCurrentPosition which are called in Worker thread.

3. Add SeekingCapabilities & SeekingFlags enums (Structures.cs)

Original issue reported on code.google.com by p76984...@gmail.com on 21 Oct 2013 at 4:35

Attachments: