Class Mjpeg
Inheritance
System.Object
Mjpeg
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class Mjpeg
Methods
| Improve this Doc View SourceProcessMjpegFrame(List<RTPPacket>)
Writes the packets to a memory stream and creates the default header and quantization tables if necessary. Assigns Image from the result
Declaration
public static byte[] ProcessMjpegFrame(List<RTPPacket> framePackets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<RTPPacket> | framePackets |
Returns
Type | Description |
---|---|
System.Byte[] |