Unosquare
    Show / Hide Table of Contents

    Enum LegacyAudioResult

    Windows multimedia error codes from mmsystem.h.

    Namespace: Unosquare.FFME.Common
    Syntax
    public enum LegacyAudioResult

    Fields

    Name Description
    AcmBusy

    Busy

    AcmCancelled

    Cancelled

    AcmHeaderUnprepared

    Header Unprepared

    AcmNotPossible

    Conversion not possible

    AlreadyAllocated

    device already allocated

    BadDeviceId

    device ID out of range

    BadErrorNumber

    error value out of range

    BadRegistryDatabase

    bad registry database

    HandleBusy

    handle being used simultaneously on another thread (eg callback)

    InvalidAlias

    specified alias not found

    InvalidFlag

    invalid flag passed

    InvalidHandle

    device handle is invalid

    InvalidParameter

    invalid parameter passed

    MemoryAllocationError

    memory allocation error

    MixerInvalidControl

    invalid control

    MixerInvalidLine

    invalid line

    MixerInvalidValue

    invalid value

    MoreData

    more data to be returned

    NoDriver

    no device driver present

    NoDriverCallback

    driver does not call DriverCallback

    NoError

    no error

    NotEnabled

    driver failed enable

    NotSupported

    function isn't supported

    RegistryDeleteError

    registry delete error

    RegistryKeyNotFound

    registry key not found

    RegistryReadError

    registry read error

    RegistryValueNotFound

    registry value not found

    RegistryWriteError

    registry write error

    UnspecifiedError

    unspecified error

    WaveBadFormat

    unsupported wave format

    WaveHeaderUnprepared

    header not prepared

    WaveStillPlaying

    still something playing

    WaveSync

    device is synchronous

    Comments

    Back to top Copyright © 2017-2019 Unosquare