Struct Ifc4x1::IfcAudioVisualApplianceTypeEnum

Nested Relationships

This struct is a nested type of Struct Ifc4x1.

Struct Documentation

struct Ifc4x1::IfcAudioVisualApplianceTypeEnum

Public Types

enum Value

Defines the range of different types of audio-video devices that can be specified. HISTORY: New enumeration in IFC2x4

AMPLIFIER: A device that receives an audio signal and amplifies it to play through speakers. CAMERA: A device that records images, either as a still photograph or as moving images known as videos or movies. Note that a camera may operate with light from the visible spectrum or from other parts of the electromagnetic spectrum such as infrared or ultraviolet. DISPLAY: An electronic device that represents information in visual form such as a flat-panel display or television. MICROPHONE: An acoustic-to-electric transducer or sensor that converts sound into an electrical signal. Microphones types in use include electromagnetic induction (dynamic microphones), capacitance change (condenser microphones) or piezoelectric generation to produce the signal from mechanical vibration. PLAYER: A device that plays audio and/or video content directly or to another device, having fixed or removable storage media. PROJECTOR: An apparatus for projecting a picture on a screen. Whether the device is an overhead, slide projector, or a film projector, it is usually referred to as simply a projector. RECEIVER: A device that receives audio and/or video signals, switches sources, and amplifies signals to play through speakers. SPEAKER: A loudspeaker, speaker, or speaker system is an electroacoustical transducer that converts an electrical signal to sound. SWITCHER: A device that receives audio and/or video signals, switches sources, and transmits signals to downstream devices. TELEPHONE: A telecommunications device that is used to transmit and receive sound, and optionally video. TUNER: An electronic receiver that detects, demodulates, and amplifies transmitted signals.

Values:

enumerator IfcAudioVisualApplianceType_AMPLIFIER
enumerator IfcAudioVisualApplianceType_CAMERA
enumerator IfcAudioVisualApplianceType_DISPLAY
enumerator IfcAudioVisualApplianceType_MICROPHONE
enumerator IfcAudioVisualApplianceType_PLAYER
enumerator IfcAudioVisualApplianceType_PROJECTOR
enumerator IfcAudioVisualApplianceType_RECEIVER
enumerator IfcAudioVisualApplianceType_SPEAKER
enumerator IfcAudioVisualApplianceType_SWITCHER
enumerator IfcAudioVisualApplianceType_TELEPHONE
enumerator IfcAudioVisualApplianceType_TUNER
enumerator IfcAudioVisualApplianceType_USERDEFINED
enumerator IfcAudioVisualApplianceType_NOTDEFINED

Public Static Functions

IFC_PARSE_API const char *ToString(Value v)
IFC_PARSE_API Value FromString(const std::string &s)