Lines:
1 to 12 of 12
<?php /* class VideoPress_XMLRPC */ /* function VideoPress_XMLRPC::__construct() – Private VideoPress_XMLRPC constructor. */ /* function VideoPress_XMLRPC::init() – Initialize the VideoPress_XMLRPC and get back a singleton instance. */ /* function VideoPress_XMLRPC::xmlrpc_methods() – Adds additional methods the WordPress xmlrpc API for handling VideoPress specific features */ /* function VideoPress_XMLRPC::create_media_item() – This is used by the WPCOM VideoPress uploader in order to create a media item with specific meta data about an uploaded file. After this, the transcoding session will update the meta information via the update_videopress_media_item() method. */ /* function VideoPress_XMLRPC::update_videopress_media_item() – */ /* function VideoPress_XMLRPC::update_poster_image() – */ /* function VideoPress_XMLRPC::authenticate_user */