Click or drag to resize
H265Transform Class
Handles the extraction & transformation of H.265 NALs to storage format AU.
Inheritance Hierarchy
SystemObject
  StreamCoders.Container.MP4H265Transform

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

The H265Transform type exposes the following members.

Constructors
  NameDescription
Public methodH265Transform
Initializes a new instance of the H265Transform class
Top
Properties
  NameDescription
Public propertyLengthSize
Gets or sets the HEVC AU LengthSize (= LengthSizeMinusOne + 1)
Top
Methods
  NameDescription
Public methodExtractNals
Extracts the NALs from an buffer (stripping start codes).
Public methodGetNalOffsets
Extracts NAL offsets and length (excluding start codes)
Public methodTransformNal
Transforms H.265 NAL to MPEG-4.15 AU and extracts VPS/SPS/PPS if present.
Public methodTransformNalToAccessUnit
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