Shared memory rewrite
This commit is contained in:
		
							parent
							
								
									afcddbfca6
								
							
						
					
					
						commit
						cd2fe225c5
					
				
					 81 changed files with 7775 additions and 5411 deletions
				
			
		
							
								
								
									
										21
									
								
								src/input/input_flv.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								src/input/input_flv.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,21 @@
 | 
			
		|||
#include "input.h"
 | 
			
		||||
#include <mist/dtsc.h>
 | 
			
		||||
 | 
			
		||||
namespace Mist {
 | 
			
		||||
  class inputFLV : public Input {
 | 
			
		||||
    public:
 | 
			
		||||
      inputFLV(Util::Config * cfg);
 | 
			
		||||
    protected:
 | 
			
		||||
      //Private Functions
 | 
			
		||||
      bool setup();
 | 
			
		||||
      bool readHeader();
 | 
			
		||||
      void getNext(bool smart = true);
 | 
			
		||||
      void seek(int seekTime);
 | 
			
		||||
      void trackSelect(std::string trackSpec);
 | 
			
		||||
 | 
			
		||||
      FILE * inFile;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
typedef Mist::inputFLV mistIn;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue