Click or drag to resize
H265TransformPackage Class
Contains the results of a H.265 NAL transformation. Data is stored separately for regular payload and parameter-sets.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4H265TransformPackage

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class H265TransformPackage

The H265TransformPackage type exposes the following members.

Constructors
  NameDescription
Public methodH265TransformPackage
Initializes a new instance of the H265TransformPackage class
Top
Fields
  NameDescription
Public fieldFrameData
Public fieldParameterSet
If parameter sets are encountered, this list will include VPS/SPS/PPS packets.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also