PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
UdfVolumeProps Class Reference

Provides an interface for setting the properties of UDF volumes. More...

Properties

string AbstractFile [get, set]
 The file that contains the disc contents abstract. More...
 
UdfAllocDescType AllocDescType [get, set]
 Gets/Sets the allocation descriptor type setting for a UDF volume. More...
 
string CopyrightFile [get, set]
 The file which contains the disc copyright notice. More...
 
DateTime CreationTime [get, set]
 Volume creation time (UTC) More...
 
bool ProtectedContent [get, set]
 Gets/Sets the protected flag in the UDF Partition Descriptor. More...
 
UdfRevision Revision [get, set]
 Gets/Sets the version of the UDF file system. More...
 
UdfTextEncoding TextEncoding [get, set]
 Gets/Sets the text encoding (a.k.a. More...
 
string VolumeLabel [get, set]
 The image volume label. More...
 
string VolumeSet [get, set]
 The disc set name. More...
 

Detailed Description

Provides an interface for setting the properties of UDF volumes.

See Also
DataDisc.UdfVolumeProps

Property Documentation

string AbstractFile
getset

The file that contains the disc contents abstract.

UdfAllocDescType AllocDescType
getset

Gets/Sets the allocation descriptor type setting for a UDF volume.

string CopyrightFile
getset

The file which contains the disc copyright notice.

DateTime CreationTime
getset

Volume creation time (UTC)

The time is set as coordinated universal time (UTC), formerly known as Greenwich Mean Time (GMT).

bool ProtectedContent
getset

Gets/Sets the protected flag in the UDF Partition Descriptor.

Must be set to true for DVD-Video discs.

UdfRevision Revision
getset

Gets/Sets the version of the UDF file system.

UdfTextEncoding TextEncoding
getset

Gets/Sets the text encoding (a.k.a.

"Bits per character" or UDF Character Compression) to be used for the directory and file names. UDF volumes use 16-bit Unicode characters by default.

string VolumeLabel
getset

The image volume label.

string VolumeSet
getset

The disc set name.