代码搜索:Player 有哪些应用?
找到约 10,000 项符合「Player 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/354290/10369064
png player.png
www.eeworm.com/read/354290/10369093
png player.png
www.eeworm.com/read/425189/10372657
h player.h
#ifndef PLAYER_H_
#define PLAYER_H_
#include "avcodec.h"
#include "my_utils.h"
#include "NeoFile.h"
#include "FLVDecoder.h"
#include "NeoStreamBufferManager.h"
#include "NeoStreamPlayer.h"
www.eeworm.com/read/161803/10372761
h player.h
/* player.h
**
** player structure
** Copyright (C) 2001 Florian Berger
** Email: harpin_floh@yahoo.de, florian.berger@jk.uni-linz.ac.at
**
** This program is free software; you can redis
www.eeworm.com/read/425189/10372780
cpp player.cpp
#include "Player.h"
#include "YUVtoRGB.h"
int AVIdx, AVIdy;
AVCodecContext* avctx;
AVCodec* codec;
AVPicture avpict;
int SRCMAXLENGTH = 100000;
unsigned char* src;
bool is_decoded;
int numf
www.eeworm.com/read/354092/10389492
h player.h
#ifndef PLAYER_H
#define PLAYER_H
#include
class Player
{
public:
Player(void);
~Player(void);
static Player* NewL();
static Player* NewLC();
void ConstructL();
TInt ip
www.eeworm.com/read/354092/10389716
cpp player.cpp
#include "Player.h"
#include
Player* Player::NewL()
{
Player* self = Player::NewLC() ;
CleanupStack::Pop(self);
return self;
}
Player* Player::NewLC()
{
Player* self = ne
www.eeworm.com/read/161498/10401025
mzq player.mzq
www.eeworm.com/read/424893/10402773
png player.png
www.eeworm.com/read/424893/10402954