FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
IAudinDevice Struct Reference
Collaboration diagram for IAudinDevice:

Data Fields

UINT(* Open )(IAudinDevice *devplugin, AudinReceive receive, void *userData)
 
BOOL(* FormatSupported )(IAudinDevice *devplugin, const AUDIO_FORMAT *format)
 
IAudinDevice * devplugin
 
IAudinDevice const AUDIO_FORMATformat
 
IAudinDevice const AUDIO_FORMAT UINT32 FramesPerPacket
 
UINT(* Close )(IAudinDevice *devplugin)
 
UINT(* Free )(IAudinDevice *devplugin)
 

Detailed Description

Definition at line 44 of file client/audin.h.

Field Documentation

◆ Close

UINT(* IAudinDevice::Close) (IAudinDevice *devplugin)

Definition at line 50 of file client/audin.h.

◆ devplugin

IAudinDevice* IAudinDevice::devplugin

Definition at line 49 of file client/audin.h.

◆ format

IAudinDevice const AUDIO_FORMAT* IAudinDevice::format

Definition at line 49 of file client/audin.h.

◆ FormatSupported

BOOL(* IAudinDevice::FormatSupported) (IAudinDevice *devplugin, const AUDIO_FORMAT *format)

Definition at line 47 of file client/audin.h.

◆ FramesPerPacket

IAudinDevice const AUDIO_FORMAT UINT32 IAudinDevice::FramesPerPacket

Definition at line 49 of file client/audin.h.

◆ Free

UINT(* IAudinDevice::Free) (IAudinDevice *devplugin)

Definition at line 51 of file client/audin.h.

◆ Open

UINT(* IAudinDevice::Open) (IAudinDevice *devplugin, AudinReceive receive, void *userData)

Definition at line 46 of file client/audin.h.


The documentation for this struct was generated from the following file: