Cuda Video Decoding Cuda Video decoding , seeking

I am using GPU Computing SDK to do cuda based video decoding of mpg and mp4 files. I am following the sample code " Cuda Video Decoder API ".
API is able to demultiplex and decode the video but don’t have video seeking option or getting the duration of the file.

Is there any way to achieve the seeking option within cuda decoding API ?