Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 모던음악만만세
- 위피
- 유희열의라디오천국
- 민동현의토요명화
- EV-DO Rev. B
- 페이스북
- CDMA
- 한국의 기획자들
- "명탐정 코난"
- HSDPA
- 사요
- 자바
- 민동현
- brew
- Wibro
- itmusic
- 러시아
- 이지형
- 김장훈
- 김장훈의who
- 공정위
- Java
- SWT
- VoIP
- 그녀가말했다
- 차트쇼쇼쇼
- 퀄컴
- USIM
- 라디오
- ETF
Archives
- Today
- Total
02-23 06:05
zyint's blog
ISpStream 본문
ISpStream
- The application developer can wrap an existing stream up by providing both an IStream and its format so that the underlying ISpStreamFormat can provide this data to SAPI when required. The new ISpStream object can be used as an input for SAPI wherever SAPI requires an ISpStreamFormat.
- ISpStream creates an object from a file suitable for SAPI usage using BindToFile. The helper function SPBindToFile may also be used to simplify this process even further.
구현
SpStream
함수
ISpStream Methods | Description |
---|---|
SetBaseStream | 오디오 스트림의 메모리 상의 주소를 할당한다. |
GetBaseStream | 오디오 스트림의 메모리 상의 주소를 얻는다. |
BindToFile | 오디오 스트림을 파일로 저장한다. |
Close | 오디오 스트림을 닫는다. |
관련
Helper Enumerations, Functions and Classes | Description |
---|---|
enum SPSTREAMFORMAT | SAPI supported stream formats |
CSpStreamFormat 클래스 | Class for managing SAPI supported stream formats and WAVEFORMATEX structures |
참고자료
http://msdn.microsoft.com/en-us/library/ms719456(VS.85).aspx
이 글은 스프링노트에서 작성되었습니다.
Comments