C# 클래스 SIPSorcery.Net.Mjpeg

파일 보기 프로젝트 열기: sipsorcery/sipsorcery

공개 메소드들

메소드 설명
ProcessMjpegFrame ( List framePackets ) : byte[]

Writes the packets to a memory stream and creates the default header and quantization tables if necessary. Assigns Image from the result

비공개 메소드들

메소드 설명
CreateDataRestartIntervalMarker ( ushort dri ) : byte[]
CreateHuffmanTableMarker ( byte codeLens, byte symbols, int tableNo, int tableClass ) : byte[]
CreateJFIFHeader ( uint type, uint width, uint height, ArraySegment tables, byte precision, ushort dri ) : byte[]
CreateQuantizationTables ( uint type, uint Q, byte precision ) : byte[]

Creates a Luma and Chroma Table in ZigZag order using the default quantizer

CreateQuantizationTablesMarker ( ArraySegment tables, byte precision ) : byte[]

Creates a Jpeg QuantizationTableMarker for each table given in the tables

메소드 상세

ProcessMjpegFrame() 공개 정적인 메소드

Writes the packets to a memory stream and creates the default header and quantization tables if necessary. Assigns Image from the result
public static ProcessMjpegFrame ( List framePackets ) : byte[]
framePackets List
리턴 byte[]