You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -326,7 +326,7 @@ public bool Matches (CMFormatDescription formatDescription)
326
326
/// <summary>Create a <see cref="CMSampleBuffer" /> with this tagged buffer group.</summary>
327
327
/// <param name="sampleBufferPts">The media time PTS of the sample buffer.</param>
328
328
/// <param name="sampleBufferDuration">The media time duration of the sample buffer.</param>
329
-
/// <param name="formatDescription">The format description describing this tagged buffer group. This format description may be created by calling <see cref="CreateFormatDescription" />.</param>
329
+
/// <param name="formatDescription">The format description describing this tagged buffer group. This format description may be created by calling <see cref="CreateFormatDescription(out CMTaggedBufferGroupError)" /> or <see cref="CreateFormatDescription(NSDictionary,out CMTaggedBufferGroupError)" />.</param>
330
330
/// <param name="status">An error code in case of failure, 0 in case of success.</param>
331
331
/// <returns>A new sample buffer for this tagged buffer group, or null in case of failure.</returns>
0 commit comments