Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<H265NalUnit> Nals { get; }
Public ReadOnly Property Nals As List(Of H265NalUnit)
Get
public:
property List<H265NalUnit^>^ Nals {
List<H265NalUnit^>^ get ();
}
member Nals : List<H265NalUnit> with get
Property Value
Type:
ListH265NalUnitSee Also