Unibrain API-810 User Manual Page 46

  • Download
  • Add to my manuals
  • Print
  • Page
    / 97
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 45
46
Comments
This is a read only property that returns the resolution height of the streaming format. This will be constant
between successive reads, since the height is always the same on a given Fixed streaming format.
Visual Basic 6.0 syntax
Dim Height As Integer
Height = Fixed.Height
C++ syntax
SHORT shHeight;
HRESULT hr = pIFixed->get_Height(&shHeight);
PacketSize property
Prototype
Long PacketSize
Comments
This is a read only property that returns the size in bytes of the packets for this streaming format. This will be
constant between successive reads, since the packet size is always the same on a given Fixed streaming
format.
Visual Basic 6.0 syntax
Dim PacketSize As Long
PacketSize = Fixed.PacketSize
C++ syntax
LONG lPacketSize;
HRESULT hr = pIFixed->get_PacketSize(&lPacketSize);
PacketsPerFrame property
Prototype
Long PacketsPerFrame
Comments
This is a read only property that returns the number of packets per frame for this streaming format. This will
be constant between successive reads, since the number of packets per frame is always the same on a given
Fixed streaming format.
Visual Basic 6.0 syntax
Dim PacketsPerFrame As Long
PacketsPerFrame = Fixed.PacketsPerFrame
C++ syntax
LONG lPacketsPerFrame;
HRESULT hr = pIFixed->get_PacketsPerFrame(&lPacketsPerFrame);
Page view 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 96 97

Comments to this Manuals

No comments