PrimoBurner(tm) for C++
4.6
CD, DVD and Blu-ray Software Development Kit
|
Container for DVD-R and DVD-RW media information. More...
#include <PrimoBurnerAPI.h>
Public Member Functions | |
virtual const char_t * | manufacturerID1 () const =0 |
Gets the first manufacturer ID. More... | |
virtual const char_t * | manufacturerID2 () const =0 |
Gets the second manufacturer ID. More... | |
virtual uint32_t | manufacturerID3 (uint8_t *buffer, uint32_t length)=0 |
Gets the third manufacturer ID. More... | |
Container for DVD-R and DVD-RW media information.
|
pure virtual |
Gets the first manufacturer ID.
For DVD-ROM and DVD-RAM the method returns an empty string.
|
pure virtual |
Gets the second manufacturer ID.
For DVD-ROM and DVD-RAM the method returns an empty string.
|
pure virtual |
Gets the third manufacturer ID.
For DVD-ROM and DVD-RAM this method fills the output buffer with zeros.
buffer | [out] A buffer to receive the bytes of the third manufacturer ID. The size of the buffer should be at least 6 bytes. |
length | [in] The size of the buffer. |