Retrieves the live stream's output video height.
#include "ltms.h"
Language | Syntax |
---|---|
C | HRESULT IltmsLiveStream_get_VideoHeight(pLiveStream, pVal) |
C++ | HRESULT get_VideoHeight(pVal) |
Pointer to an IltmsLiveStream interface.
Pointer to a long variable that receives the output video height, in pixels.
Value | Meaning |
---|---|
S_OK | The function was successful. |
<> S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
The default output video height is 240 pixels.
Win32, x64.
For a C++ example, refer to the Print Live Streams Example For C++.