Operation |
Details |
public getName():String |
Sequential Notes: | Delivers the name of the film acquisition device. | |
public getProductionComment():String |
Sequential Notes: | Delivers the production comment of the film acquisition device. The production comment is a short description of the production process. | |
public getType():DeviceType |
Sequential Notes: | Delivers the type of the film acquisition device, i. e. the type of the device which produced the image. | |
public setName( String newVal):void |
Sequential Notes: | Sets the name of the film acquisition device. | |
public setProductionComment( String newVal):void |
Sequential Notes: | Sets the production comment of the film acquisition device. The production comment is a short description of the production process. | |
public setType( DeviceType newVal):void |
Sequential Notes: | Sets the type of the film acquisition device, i. e. the type of the device which produced the image. | |