HeifDepthRepresentationInfoNonlinearRepresentationModel Property |
Gets the non-linear representation model.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic IReadOnlyList<byte> NonlinearRepresentationModel { get; }Public ReadOnly Property NonlinearRepresentationModel As IReadOnlyList(Of Byte)
Get
public:
property IReadOnlyList<unsigned char>^ NonlinearRepresentationModel {
IReadOnlyList<unsigned char>^ get ();
}member NonlinearRepresentationModel : IReadOnlyList<byte> with get
Property Value
IReadOnlyListByte
The non-linear representation model.
See Also