Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.OSD_Layers_GetHBitmapI Method

Gets HBITMAP for the selected layer.

Pascal
function OSD_Layers_GetHBitmapI(ID: Integer; out HBmp: Integer): Boolean;
C++
__fastcall Boolean OSD_Layers_GetHBitmapI(int ID, int HBmp);
C#
public Boolean OSD_Layers_GetHBitmapI(int ID, ref int HBmp);
Visual Basic
Public Function OSD_Layers_GetHBitmapI(ID As Integer, ByRef HBmp As Integer) As Boolean
Java
public Boolean OSD_Layers_GetHBitmapI(int ID, int HBmp);
IDL
Boolean OSD_Layers_GetHBitmapI(int ID, int HBmp);
JavaScript
OSD_Layers_GetHBitmapI
Parameters 
Description 
ID: Integer 
ID. 
out HBmp: Integer 
Bitmap. 

Returns if operation was successful, otherwise method returns .

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!