QSequenceMediaIndexTransformer.java :  » Source-Control » tmatesoft-SVN » de » regnis » q » sequence » media » Java Open Source

Java Open Source » Source Control » tmatesoft SVN 
tmatesoft SVN » de » regnis » q » sequence » media » QSequenceMediaIndexTransformer.java
/*
 * ====================================================================
 * Copyright (c) 2004 Marc Strapetz, marc.strapetz@smartsvn.com. 
 * All rights reserved.
 *
 * This software is licensed as described in the file COPYING, which
 * you should have received as part of this distribution. Use is
 * subject to license terms.
 * ====================================================================
 */

package de.regnis.q.sequence.media;

/**
 * @author Marc Strapetz
 */
public interface QSequenceMediaIndexTransformer {

  int getMediaLeftIndex(int index);

  int getMediaRightIndex(int index);

  int getMediaLeftLength();

  int getMediaRightLength();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.