single_shot_id_reinit
  
  Description:
  public bool single_shot_id_reinit (
ClockID id, 
ClockTime time)
  
 
  
    Reinitializes the provided single shot id to the provided time.
     Does not modify the reference count.
    Parameters:
    
      
        | this | a Clock | 
      
        | id | a ClockID | 
      
        | time | The requested time. | 
    
    Returns:
    
      
        | true if the GstClockID could be reinitialized to the provided time, else 
            false. |