source: svn/trunk/newcon3bcm2_21bu/dta/src/nexus/bsettop_stream_n_priv.h

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 1.3 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2012, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21
22#ifndef _BSETTOP_STREAM_N_PRIV_H__
23#define _BSETTOP_STREAM_N_PRIV_H__
24
25#include "nexus_video_decoder.h"
26#include "nexus_video_decoder_primer.h"
27#include "bsettop_stream.h"
28
29typedef struct bstream_info_t
30{
31        NEXUS_VideoDecoderHandle videoDecoder;
32        NEXUS_PidChannelHandle videoPidChannel;
33        NEXUS_PidChannelHandle pcrPidChannel;
34        NEXUS_PidChannelHandle audioPidChannel;
35        NEXUS_StcChannelHandle stcChannel;
36        NEXUS_VideoDecoderPrimerHandle primerHandle;
37        NEXUS_VideoDecoderStartSettings decodeSettings;
38        bstream_status status;
39} bstream_info_t;
40
41bstream_info_t *bstream_get_info(bstream_t stream);
42void bstream_init(NEXUS_VideoDecoderHandle videoDecodeHandle);
43
44#endif
Note: See TracBrowser for help on using the repository browser.