All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.hardware.device.VideoOutputConfiguration Maven / Gradle / Ivy

/*
 * Created on Mar 20, 2007
 */
package org.ocap.hardware.device;

/**
 * Describes a VideoOutputConfiguration supported by a 
 * VideoOutputPort.
 * 
 * @see VideoOutputSettings
 * 
 * @author Aaron Kamienski
 */
public interface VideoOutputConfiguration
{
    /**
     * Get the String representation of this VideoOutputConfiguration,
     * suitable for display to the user.
     * 
     * @return String representation of this object
     */
    public String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy