Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 678 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 678 Bytes

YesBDTime

Version License Platform

Usage

With Mac Blu-ray Player playing:

let ybt = YesBDTime()
ybt.callback = { t in
    NSLog("%@", "BD Time = \(t)")
}
ybt.capture(repeatedlyWith: 1)

Installation

pod 'YesBDTime'

Author

banjun

License

YesBDTime is available under the MIT license. See the LICENSE file for more info.