mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-30 20:40:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			667 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			667 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| FileSourceSettings:
 | |
|   description: FileSource
 | |
|   properties:
 | |
|     fileName:
 | |
|       type: string
 | |
|       
 | |
| FileSourceReport:
 | |
|   description: FileSource
 | |
|   properties:
 | |
|     fileName:
 | |
|       type: string
 | |
|     sampleRate:
 | |
|       description: Record sample rate in S/s
 | |
|       type: integer
 | |
|     sampleSize:
 | |
|       description: Record sample size in number of bits
 | |
|       type: integer
 | |
|     absoluteTime:
 | |
|       description: Absolute record time string representation
 | |
|       type: string
 | |
|     elapsedTime:
 | |
|       description: Elapsed time since beginning string representation
 | |
|       type: string
 | |
|     durationTime:
 | |
|       description: Duration time string representation
 | |
|       type: string
 | |
|        |