Video to texture in IOS in Unity 4.2

There is new feature added in Unity 4.2
“iOS: Added Objective-C VideoPlayer, to playback video to view or to a texture.”

but no any docs or sample how to do this.

Movie/Video textures are not supported in iOS. Instead, you can use Handheld.PlayFullScreenMovie() method to play videos on iOS.

If you want to have more control over videos make your own plugins or use others’.