TVideoGrabber.MultipurposeEncoder_QuickConfigure_UDPStreaming_H264

Prev

Next

TVideoGrabber

Methods

 




































































































Quick configure the Multipurpose Encoder for H264 streaming (unicast or multicast)


Declaration
function MultipurposeEncoder_QuickConfigure_UDPStreaming_H264 (LogTofile: Boolean; VideoEnabled: Boolean; AudioEnabled: Boolean; DestinationIP: string; DestinationPort: LongInt; VideoBitRateKb: LongInt; AudioBitRateKb: LongInt): Boolean;


System::wchar_t *__fastcall MultipurposeEncoder_QuickConfigure_UDPStreaming_H264(bool LogTofile, bool VideoEnabled, bool AudioEnabled, System::wchar_t *DestinationIP, int DestinationPort, int VideoBitRateKb, int AudioBitRateKb);

Description

Parameters:

LogTofile: Boolean: if true, a log file is generated in the current folder

VideoEnabled: Boolean: if true, the video is streamed

AudioEnabled: Boolean: if true, the audio is streamed

DestinationIP: string: destination IP (unicast or multicast)

DestinationPort: LongInt: destination port

VideoBitRateKb: LongInt; the video bitrate expressed in Kb/s, e.g. 2000Kbs

AudioBitRateKb: LongInt: the audio bitrate expressed in Kb/s, e.g. 128Kbs