Platforms to show: All Mac Windows Linux Cross-Platform

Back to EdsStreamMBS class.

EdsStreamMBS.kEdsAccess_Error = -1

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file access constants.

Error

EdsStreamMBS.kEdsAccess_Read = 0

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file access constants.

Open a read-only stream.

EdsStreamMBS.kEdsAccess_ReadWrite = 2

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file access constants.

Allow reading and writing.

EdsStreamMBS.kEdsAccess_Write = 1

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file access constants.

Open a write-only stream.

EdsStreamMBS.kEdsFileCreateDisposition_CreateAlways = 1

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file create disposition constants.

Creates a new file. If the designated file already exists, that file is overwritten and existing attributes is erased.

EdsStreamMBS.kEdsFileCreateDisposition_CreateNew = 0

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file create disposition constants.

Creates a new file. An error occurs if the designated file already exists.

EdsStreamMBS.kEdsFileCreateDisposition_OpenAlways = 3

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file create disposition constants.

If the file exists, it is opened. If the designated file does not exist, a new file is created.

EdsStreamMBS.kEdsFileCreateDisposition_OpenExisting = 2

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file create disposition constants.

Opens a file. An error occurs if the designated file does not exist.

EdsStreamMBS.kEdsFileCreateDisposition_TruncateExsisting = 4

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the file create disposition constants.

Opens a file and sets the file size to 0 bytes.

EdsStreamMBS.kEdsSeek_Begin = 1

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the seek origin constants.

Moves the file position indicator from the beginning of the stream forward by inOffset bytes.

EdsStreamMBS.kEdsSeek_Cur = 0

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the seek origin constants.

Moves the file position indicator from the current position in the stream forward by inOffset bytes.

EdsStreamMBS.kEdsSeek_End = 2

Type Topic Plugin Version
const Canon EOS Digital MBS Cameras Plugin 12.1
One of the seek origin constants.

Moves the file position indicator from the end of the stream by offset bytes.
To move toward the beginning, designate a negative value.
Positive values will move the indicator beyond the end of the file.

The items on this page are in the following plugins: MBS Cameras Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...