📄 pbc_stnselect.h
字号:
/*****************************************************************************
******************************************************************************
** **
** Copyright (c) 2005-2006 Videon Central, Inc. **
** All rights reserved. **
** **
** The computer program contained herein contains proprietary information **
** which is the property of Videon Central, Inc. The program may be used **
** and/or copied only with the written permission of Videon Central, Inc. **
** or in accordance with the terms and conditions stipulated in the **
** agreement/contract under which the programs have been supplied. **
** **
******************************************************************************
*****************************************************************************/
/**
* @file pbc_stnselect.h
*
* Defines the API to the Stream Selection module of the Playback Control Engine.
* The Stream Selection module is responsible for selecting an appropriate stream
* number for audio, presentation graphics and text subtitle, and interactive graphics streams.
* This API is intended to be private and used by other Playback
* Control Engine modules only.
*
* $Id: pbc_stnselect.h,v 1.6 2006/10/25 23:50:09 rbehe Exp $
*/
#ifndef PBC_STNSELECT_H
#define PBC_STNSELECT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "vdvd_types.h"
#include "playctrl.h"
#include "../mvplaylistdb.h"
/**
* Procedures for selecting streams.
*/
PLAYCTRL_STATUS PbcStnSelectAudio(uint32 uiStreamNumber, STN_TABLE *pStnTable, uint32 *pSelectedStn);
PLAYCTRL_STATUS PbcStnSelectPGandST(uint32 uiStreamNumber, STN_TABLE *pStnTable, uint32 *pSelectedStn);
PLAYCTRL_STATUS PbcStnSelectIG(uint32 uiStreamNumber, STN_TABLE *pStnTable, uint32 *pSelectedStn);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -