IDVDDecoderCSS::SetSectorLength
Other versions of this page are also available for the following:
8/28/2008
This method sets the sector length, in bytes, for a decoder.
Syntax
HRESULT SetSectorLength(
UINT dwLength
);
Parameters
- dwLength
[in] Valid entries, given in bytes, are as follows: 2048, 2054, 2060, and 2064. In a desktop computer environment, this should be set to 2048.
Return Value
The following table shows a list of possible return values.
Return value | Description |
---|---|
S_OK |
The request completed successfully. |
E_INVALIDARG |
An invalid argument was encountered. |
Requirements
Header | dvdcss.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |