Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
avslot.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:
DVD
Development Platform:
C/C++
- #ifndef __J_AVSLOT_H
- #define __J_AVSLOT_H
- #include "gendef.h"
- #include "stpti_hal.h"
- #include "stpti.h"
- /* Keep video, audio and pcr slot handle */
- enum
- {
- SLOTVID,
- SLOTAUD,
- SLOTPCR,
- NUM_PTI_SLOTS
- };
- extern STPTI_Slot_t PTI_SlotHandle_Multiple[KB_PTI_MAX_NUM][NUM_PTI_SLOTS];
- extern STPTI_Buffer_t PTI_AudioBufferHandle, PTI_VideoBufferHandle_Multiple[KB_PTI_MAX_NUM];
- #define PTI_SlotHandle PTI_SlotHandle_Multiple[0]
- #define PTI_VideoBufferHandle PTI_VideoBufferHandle_Multiple[0]
- /* APIs use for Video, Audio and PCR */
- ST_ErrorCode_t AVSlotInit(void);
- UINT32 StartAud(UINT16 AudioPid);
- UINT32 StopAud(void);
- UINT32 StartVid(UINT16 VideoPid);
- UINT32 StopVid(void);
- UINT32 StartPCR(UINT16 PCRPid);
- UINT32 StopPCR(void);
- #endif