Link Search Menu Expand Document

MultimediaExtractorGetNextAudio Method

Advances audio enumeration to next video. If GetNextAudio() returned true, you can get the video using SaveCurrentAudio*() or GetCurrentAudio*() methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool GetNextAudio()

Return Value

Type: Boolean
False if no more audios in the enumeration, otherwise true.

Implements

IMultimediaExtractorGetNextAudio
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference