XenevaOS
Loading...
Searching...
No Matches
stream.h
Go to the documentation of this file.
1
30#ifndef __STREAM_H__
31#define __STREAM_H__
32
33#include "ihda.h"
34#include <Mm\vmmngr.h>
35#include <Mm\kmalloc.h>
36#include <Mm\pmmngr.h>
37#include <string.h>
38
39/*
40* HDAInitOutput -- initialise the output stream
41*/
42extern int HDAInitOutput();
43
44/*
45* HDAInitInputStream -- start an input stream
46*/
47extern int HDAInitInputStream();
48
49/*
50* HDAudioStartOutput -- starts the output
51* stream
52*/
53extern void HDAudioStartOutput();
54
55/*
56* HDAudioStopOutput -- stops the output stream
57*/
58extern void HDAudioStopOutput();
59
60#endif
int HDAInitOutput()
Definition stream.cpp:37
void HDAudioStopOutput()
Definition stream.cpp:210
void HDAudioStartOutput()
Definition stream.cpp:192
int HDAInitInputStream()
Definition stream.cpp:117