Exemple #1
0
  public void setDefaultTranscodeProfile(TranscodeProfile profile) {
    if (profile == null) {

      removePersistentProperty(PP_REND_DEF_TRANS_PROF);

    } else {

      setPersistentStringProperty(PP_REND_DEF_TRANS_PROF, profile.getUID());
    }
  }