C# Class FrameHelper, RTSPExample

Mostra file Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
GetImageEncoder ( ImageFormat format ) : ImageCodecInfo
getFrame ( byte data ) : Image
getFrameBytes ( Bitmap bmp ) : byte[]

Method Details

GetImageEncoder() public static method

public static GetImageEncoder ( ImageFormat format ) : ImageCodecInfo
format ImageFormat
return ImageCodecInfo

getFrame() public static method

public static getFrame ( byte data ) : Image
data byte
return Image

getFrameBytes() public static method

public static getFrameBytes ( Bitmap bmp ) : byte[]
bmp Bitmap
return byte[]