Example #1
0
 /**
  * Constructor.
  */
 public function __construct($user_id, $user_key)
 {
     parent::__construct($user_id, $user_key);
     $this->setAction(Encoding_Client::ACTION_GET_STATUS);
 }
Example #2
0
 /**
  * Constructor.
  */
 public function __construct($user_id, $user_key)
 {
     parent::__construct($user_id, $user_key);
     $this->setAction(Encoding_Client::ACTION_ADD_MEDIA);
 }