bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

Minor VideoItem issues #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just a couple of things I've had to add to VideoItem myself on my current
project that seem like they should be standard:

1. Getter for canBeginStreaming.  Pretty straightforward, looks like it
could be an intended feature and was just missed.
2. Ability to change the error margin for calculating when READY_TO_PLAY
event should be fired.  Static class variable would be fine for my
purposes, don't know if anyone would ever want to alter it on a
case-by-case basis.

Other than that, excellent utility; thanks.

Original issue reported on code.google.com by dinmore on 13 Aug 2008 at 11:52

GoogleCodeExporter commented 9 years ago
Fixed in trunk (revision 247).

Thanks
Dinmore

Original comment by debert on 22 Nov 2008 at 5:02