Unibrain API-810 User Manual Page 39

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 38
39
Visual Basic syntax
Dim Resolution As FireiResolution
Resolution = StreamFormat.Resolution
C# syntax
FireiResolution Resolution = StreamFormat.Resolution;
IsUserDefined property
Prototype
Boolean IsUserDefined
Comments
This is a read only property that returns whether the given FireiStreamFormat is User Defined. If true,
the UserDefined property of FireiStreamFormat can be used. Otherwise, the Fixed property can be
used.
Visual Basic syntax
Dim UserDefined As Boolean
UserDefined = StreamFormat.IsUserDefined
C# syntax
bool IsUserDefined = StreamFormat.IsUserDefined;
IsCurrent property
Prototype
Boolean IsCurrent
Comments
This is a read only property that returns whether the given FireiStreamFormat is the currently selected
streaming format of the camera. Please note that it does not necessarily mean that all parameters of the
stream format are saved on the camera; it merely means it has the same pixel format and resolution.
If the FireiStreamFormat was obtained through the StreamFormat property of FireiCamera (which
returns the currently selected FireiStreamFormat) this property should always be true. It is therefore
only useful if the FireiStreamFormat object was obtained through other means.
Visual Basic syntax
Dim Current As Boolean
Current = StreamFormat.IsCurrent
C# syntax
bool IsCurrent = StreamFormat.IsCurrent;
Identifier property
Prototype
uint Identifier
Page view 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 94 95

Comments to this Manuals

No comments