eBUS SDK .NET API
  • Getting Started
    • Getting started with the eBUS SDK .NET API
    • Configuring Your IDE
    • Receiving Data from a GigE Vision or USB3 Vision Transmitter
    • Sample Applications
    • GigE Vision Device Communication Parameters
    • USB3 Vision Device Communication Parameters
    • PvStream USB3 Vision Parameters
    • PvStream GigE Vision Parameters
  • eBUS SDK .NET API Reference
    • API Overview
    • eBUSDotNet
    • eBUSDotNetReceive
    • eBUSDotNetEdge
Search Results for

    Show / Hide Table of Contents
      • GenDCComponentFlagsGroup
      • GenDCComponentHeader
      • GenDCComponentHeaderBase
      • GenDCComponentType
      • GenDCContainerFlagsGroup
      • GenDCContainerHeader
      • GenDCContainerHeaderBase
      • GenDCContainerVariableFieldsGroup
      • GenDCFlowTable
      • GenDCFlowTableHeader
      • GenDCGenericPartType
      • GenDCHeaderType
      • GenDCInfoTypeSpecificH264
      • GenDCInfoTypeSpecificH264.H264Flags
      • GenDCInfoTypeSpecificJPEG
      • GenDCPartFlagsGroup
      • GenDCPartHeader
      • GenDCPartHeader1D
      • GenDCPartHeader1DBase
      • GenDCPartHeader2D
      • GenDCPartHeader2DBase
      • GenDCPartHeaderBase
      • GenDCPartHeaderGenICamChunk
      • GenDCPartHeaderGenICamXML
      • GenDCPartHeaderH264
      • GenDCPartHeaderJPEG
      • GenDCPartHeaderJPEG2000
      • GenDCPartType
      • GenDCPredefinedComponentValue
      • GenDCPredefinedPartValue
      • GenDCPredefinedValue16
      • GenDCPredefinedValue32
      • GenDCPredefinedValue64
      • GenDCReservedValue
      • GenDCSignature
      • GenDCVersionValue
      • IPvChunkData
      • IPvFilter
      • IPvGenDCChunkData
      • IPvGenDCChunkWriter
      • IPvGenDCImage
      • IPvGenDCManager
      • IPvGenericDataComponent
      • IPvGenericDataContainer
      • IPvGenericDataPart
      • IPvH264AccessUnit
      • IPvImage
      • IPvImageJPEG
      • IPvMultiPartContainer
      • IPvMultiPartContainerReader
      • IPvMultiPartContainerWriter
      • IPvMultiPartSection
      • OnDeviceFoundHandler
      • OnParameterUpdateHandler
      • PvBuffer
      • PvChunkData
      • PvComponentType
      • PvCompressionFilter
      • PvDeInterlacer
      • PvDecompressionFilter
      • PvDeviceClass
      • PvDeviceInfo
      • PvDeviceInfoGEV
      • PvDeviceInfoPleoraProtocol
      • PvDeviceInfoType
      • PvDeviceInfoU3V
      • PvDeviceInfoUSB
      • PvDeviceType
      • PvEncodingEnum
      • PvException
      • PvFPSStabilizer
      • PvGenAccessMode
      • PvGenBoolean
      • PvGenCache
      • PvGenCategory
      • PvGenCommand
      • PvGenDCPart1DFields
      • PvGenDCPart2DFields
      • PvGenDCPartH264Fields
      • PvGenDCPartH264Fields.H264Flags
      • PvGenDCPartMetadataFields
      • PvGenDCPartType
      • PvGenDCVariableField
      • PvGenEndianness
      • PvGenEnum
      • PvGenEnumEntry
      • PvGenEventSink
      • PvGenEventSinkSwigInterface
      • PvGenFile
      • PvGenFloat
      • PvGenInteger
      • PvGenNameSpace
      • PvGenOpenMode
      • PvGenParameter
      • PvGenParameterArray
      • PvGenParameterList
      • PvGenRefresh
      • PvGenRegister
      • PvGenRepresentation
      • PvGenSign
      • PvGenStateStack
      • PvGenString
      • PvGenType
      • PvGenVisibility
      • PvImage
      • PvInterface
      • PvInterfaceType
      • PvMultiPartDataType
      • PvNetworkAdapter
      • PvPayloadType
      • PvPixelType
      • PvPleoraCompressed
      • PvRawData
      • PvResult
      • PvResult.Code
      • PvResult.Code.CodeEnum
      • PvSessionInfo
      • PvString
      • PvStringList
      • PvSystem
      • PvSystemEventSink
      • PvTapFilter
      • PvTapGeometryEnum
      • PvTftpClient
      • PvUSBHostController
      • PvUSBSpeed
      • PvUSBStatus
      • SWIGTYPE_p_PV_GENAPI_NS__INode
      • SWIGTYPE_p_PV_GENAPI_NS__INodeMap
      • SWIGTYPE_p_long_long
      • SWIGTYPE_p_unsigned_char
      • SWIGTYPE_p_unsigned_long_long
      • eBUSDotNet
      • uint24_t

    Class PvGenDCPartH264Fields

    Specific part fields for the H.264 compressed image type

    Inheritance
    object
    PvGenDCPart2DFields
    PvGenDCPartH264Fields
    Implements
    IDisposable
    Inherited Members
    PvGenDCPart2DFields.swigCMemOwn
    PvGenDCPart2DFields.Dispose()
    PvGenDCPart2DFields.SizeX
    PvGenDCPart2DFields.SizeY
    PvGenDCPart2DFields.PaddingX
    PvGenDCPart2DFields.PaddingY
    PvGenDCPart2DFields.InfoReserved
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: eBUSDotNet
    Assembly: eBUSDotNet.dll
    Syntax
    public class PvGenDCPartH264Fields : PvGenDCPart2DFields, IDisposable

    Constructors

    View Source

    PvGenDCPartH264Fields()

    Constructor

    Declaration
    public PvGenDCPartH264Fields()

    Properties

    View Source

    Flags

    H.264 flags structure.

    Declaration
    public PvGenDCPartH264Fields.H264Flags Flags { get; set; }
    Property Value
    Type Description
    PvGenDCPartH264Fields.H264Flags
    View Source

    LevelIDC

    Level IDC sequence parameter set data.

    Declaration
    public byte LevelIDC { get; set; }
    Property Value
    Type Description
    byte
    View Source

    ProfileIDC

    Profile IDC sequence parameter set data attribute.

    Declaration
    public byte ProfileIDC { get; set; }
    Property Value
    Type Description
    byte
    View Source

    Reserved

    Reserved for future use.

    Declaration
    public byte Reserved { get; set; }
    Property Value
    Type Description
    byte
    View Source

    SpropDeintBufReq

    Sprop deint buf req parameter.

    Declaration
    public uint SpropDeintBufReq { get; set; }
    Property Value
    Type Description
    uint
    View Source

    SpropInitBufTime

    Sprop init buf time parameter.

    Declaration
    public uint SpropInitBufTime { get; set; }
    Property Value
    Type Description
    uint
    View Source

    SpropInterleavingDepth

    Sprop interleaving depth parameter.

    Declaration
    public ushort SpropInterleavingDepth { get; set; }
    Property Value
    Type Description
    ushort
    View Source

    SpropMaxDonDiff

    Sprop max DON diff parameter.

    Declaration
    public ushort SpropMaxDonDiff { get; set; }
    Property Value
    Type Description
    ushort

    Methods

    View Source

    Dispose(bool)

    Dispose

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    PvGenDCPart2DFields.Dispose(bool)

    Implements

    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX