video.js is fastSeek possible and if so how? - video.js

can you do fastSeek in video.js? if so, how do you achieve it?
I've tried:
this.video.fastSeek(10)
but it says fastSeek is not a function and I can't find a reference to fastSeek in the docs. Does it use fastSeek under the hood if its available? If it is available, how do you control whether it uses fastSeek or not? TIA
I've found this unit test in the docs but I'm not sure what it means not whether its available in the latest video.js release:
https://github.com/videojs/video.js/blob/8913f798dc6be127cbfba2e37e0f79e329c31257/test/unit/tech/html5.test.js#L54

It's not used in Video.js. You could call it on the video element with player.tech(true).el().fastSeek(10)

Related

Can flash messages like these be created in react-native?

I'm a beginner in react-native. So, I searched through Google but there wasn't any method to create the message like above. If someone has found out a way, please help...
What you are looking for is called "Toast".
Please beware that it is an Android feature and doesn't exist on ios (they have something similar, don't remember it name.
You can see the React-Native official documentation for more info.
https://www.npmjs.com/package/react-native-tiny-toast
use this library you can shape it the way you want with styles.
You can make use of the npm package: react-native-simple-toast which is supported by both of the platforms i.e. android and iOS and is currently being maintained by its maintainers.

How to use step object in Codeception v2.1

I'm a starter to learn Codeception and I found that officical guide didn't tell me anything about the step object.
The change log of version 2.1 says
all support classes moved to tests/_support by default. Actors, Helpers, PageObjects, StepObjects, GroupObjects to follow PSR-4 naming style
So anybody can tell me how to use step object in the latest version? Or give me a simple example about that? Thanks a lot.
Here should be what you are looking for:
http://codeception.com/docs/06-ReusingTestCode#StepObjects

SSML using Chrome TTS

I'm trying to give a little more clarity to TTS sentences by indicating emphasis, etc. I'm using the Chrome TTS API, which indicates that it accepts SSML-formatted documents in addition to raw text.
After many attempts, and a reading a few comments on the web, it doesn't look like this is actually supported, or possibly that this is up to individual voices for implementation.
Does anyone know:
Has SSML been abandoned under Chrome?
If not, is there any indication whether they expect to support it via native voice, or they're hoping that someone else will implement?
Do any Chrome voices currently exist that support this?
Thanks!
I'm a Chrome engineer. SSML support has not been implemented yet, but it's planned. Obviously not all engines would support it, but when we implement SSML support we'll also implement support for stripping SSML from engines that don't support it.
Sorry the documentation is misleading here.
Star this bug to express interest and get notified when it's fixed: https://code.google.com/p/chromium/issues/detail?id=88072
If anyone's looking at this later, you can control prosody on Mac Chrome using Apple's native command syntax, at least for the default voices:
the square root of [[pbas +4]] 2 [[char LTRL]]a[[char NORM]] to the [[pbas +4]] 14 [[char LTRL]]x[[char NORM]]
Documented here.

Qt Mobile broadcasting (DVB-H) API

I want to create a Qt program that uses the DVB-H headset to watch and record programs. I know there is already such a program on the Nokia store but it doesn't work with latest headset. I have already found this http://library.developer.nokia.com/index.jsptopic=/Java_Developers_Library/GUID-154101B4-1539-4025-9698-FC1FBF393C0E.html for using the headset with a Java app, but I want to know if there is a Qt version of this API that I can use. I have been looking around but I can't find one, maybe there isn't one. If you know anything about this please help.
Qt APIs for DVB-H do not exist. JSR-272 is the only option on Symbian.

Reference or example using SkinId with TMS Intraweb Components

There is a property in the TIWDBAdvWebGrid component called SkinId. I wasn't able to find documentation for it, and wonder if the TMS Intraweb components are skinnable, and if so, how its done. Any link to documentation or brief explanation would be much appreciated.
Visit CGDevTools they have a jQuery components suite to use with Intraweb all with theme support for professional skin user interface.
I have learned that skins are not supported with Intraweb at this time.