TimedMetadataEncodingProperties.CreateSsa(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of TimedMetadataEncodingProperties for the SubStation Alpha Text (SSA) format.
public:
static TimedMetadataEncodingProperties ^ CreateSsa(Platform::Array <byte> ^ formatUserData);
static TimedMetadataEncodingProperties CreateSsa(winrt::array_view <byte> const& formatUserData);
public static TimedMetadataEncodingProperties CreateSsa(byte[] formatUserData);
function createSsa(formatUserData)
Public Shared Function CreateSsa (formatUserData As Byte()) As TimedMetadataEncodingProperties
Parameters
- formatUserData
-
Byte[]
byte[]
Format-defined user data. For more information, see SubstationAlpha.
Returns
The timed text encoding properties.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|