FreeRDP
IAudinDevice Struct Reference

#include <audin.h>

Data Fields

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

Field Documentation

◆ Close

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

◆ FormatSupported

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

◆ Free

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

◆ Open

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

◆ SetFormat

UINT(* IAudinDevice::SetFormat) (IAudinDevice *devplugin, const AUDIO_FORMAT *format, UINT32 FramesPerPacket)

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