Displaying 1 result from an estimated 1 matches for "oenc1_percentdone".
2001 Jul 03
1
Re: ogg vorbis controls (fwd)
...> 48000, 40000.
> * you can now specify the outputfile.
> * there is a stop function to stop encoding.
> *added info tagging. you can tag the artist, album, title, tracknumber,
and
> comment.
>
> to support batch you can use something like this.
>
> Private Sub OEnc1_PercentDone(ByVal nPercent As Long)
>
> prog.Progress = nPercent
> Label1.Caption = nPercent & " %"
>
> If nPercent = 100 Then
> prog.Progress = 100
> ListBox.RemoveItem 0
>
> If ListBox.ListCount > 0 Then
>...