Interface IPvStreamingChannelSourceSwigInterface
Assembly: eBUSDotNetEdge.dll
Syntax
public interface IPvStreamingChannelSourceSwigInterface
Methods
View Source
CreateGenApiFeatures(IPvRegisterMap, IPvGenApiFactory)
Declaration
void CreateGenApiFeatures(IPvRegisterMap aRegisterMap, IPvGenApiFactory aFactory)
Parameters
View Source
CreateRegisters(IPvRegisterMap, IPvRegisterFactory)
Declaration
void CreateRegisters(IPvRegisterMap aRegisterMap, IPvRegisterFactory aFactory)
Parameters
View Source
GetChunkEnable(uint)
Declaration
bool GetChunkEnable(uint aChunkID)
Parameters
| Type |
Name |
Description |
| uint |
aChunkID |
|
Returns
View Source
GetChunkModeActive()
Declaration
bool GetChunkModeActive()
Returns
View Source
GetChunksSize()
Declaration
Returns
View Source
GetGevSCPSPacketSizeInfo(out uint)
Declaration
PvResult GetGevSCPSPacketSizeInfo(out uint aMax)
Parameters
| Type |
Name |
Description |
| uint |
aMax |
|
Returns
View Source
GetHeight()
Declaration
Returns
View Source
GetHeightInfo(out uint, out uint, out uint)
Declaration
void GetHeightInfo(out uint aMin, out uint aMax, out uint aInc)
Parameters
View Source
GetOffsetX()
Declaration
Returns
View Source
GetOffsetY()
Declaration
Returns
View Source
GetPayloadSize()
Declaration
Returns
View Source
GetPixelType()
Declaration
PvPixelType GetPixelType()
Returns
View Source
GetScanType()
Declaration
Returns
View Source
GetSupportedChunk(int, out uint, out string)
Declaration
PvResult GetSupportedChunk(int aIndex, out uint aID, out string aName)
Parameters
Returns
View Source
GetSupportedPixelType(int, out PvPixelType)
Declaration
PvResult GetSupportedPixelType(int aIndex, out PvPixelType aPixelType)
Parameters
Returns
View Source
GetWidth()
Declaration
Returns
View Source
GetWidthInfo(out uint, out uint, out uint)
Declaration
void GetWidthInfo(out uint aMin, out uint aMax, out uint aInc)
Parameters
View Source
IsPayloadTypeSupported(PvPayloadType)
Declaration
bool IsPayloadTypeSupported(PvPayloadType aPayloadType)
Parameters
Returns
View Source
OnClose()
Declaration
View Source
OnOpen(string, ushort)
Declaration
void OnOpen(string aDestIP, ushort aDestPort)
Parameters
View Source
OnStreamingStart()
Declaration
View Source
OnStreamingStop()
Declaration
View Source
SetChunkEnable(uint, bool)
Declaration
PvResult SetChunkEnable(uint aChunkID, bool aEnabled)
Parameters
| Type |
Name |
Description |
| uint |
aChunkID |
|
| bool |
aEnabled |
|
Returns
View Source
SetChunkModeActive(bool)
Declaration
PvResult SetChunkModeActive(bool aEnabled)
Parameters
| Type |
Name |
Description |
| bool |
aEnabled |
|
Returns
View Source
SetHeight(uint)
Declaration
PvResult SetHeight(uint aHeight)
Parameters
| Type |
Name |
Description |
| uint |
aHeight |
|
Returns
View Source
SetLargeLeaderTrailerEnabled(bool, uint)
Declaration
void SetLargeLeaderTrailerEnabled(bool aEnabled, uint aMaxMultiPartCount)
Parameters
| Type |
Name |
Description |
| bool |
aEnabled |
|
| uint |
aMaxMultiPartCount |
|
View Source
SetMultiPartAllowed(bool)
Declaration
void SetMultiPartAllowed(bool aAllowed)
Parameters
| Type |
Name |
Description |
| bool |
aAllowed |
|
View Source
SetOffsetX(uint)
Declaration
PvResult SetOffsetX(uint aOffsetX)
Parameters
| Type |
Name |
Description |
| uint |
aOffsetX |
|
Returns
View Source
SetOffsetY(uint)
Declaration
PvResult SetOffsetY(uint aOffsetY)
Parameters
| Type |
Name |
Description |
| uint |
aOffsetY |
|
Returns
View Source
SetPixelType(PvPixelType)
Declaration
PvResult SetPixelType(PvPixelType aPixelType)
Parameters
Returns
View Source
Declaration
PvResult SetTestPayloadFormatMode(PvPayloadType aPayloadType)
Parameters
Returns
View Source
SetWidth(uint)
Declaration
PvResult SetWidth(uint aWidth)
Parameters
| Type |
Name |
Description |
| uint |
aWidth |
|
Returns